Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / PrintInfo Property
Example


In This Topic
    PrintInfo Property
    In This Topic
    Gets or sets a PrintInfo object that determines printing behavior for the sheet.
    Syntax
    'Declaration
     
    
    Public Property PrintInfo As PrintInfo
    'Usage
     
    
    Dim instance As SheetView
    Dim value As PrintInfo
     
    instance.PrintInfo = value
     
    value = instance.PrintInfo
    public PrintInfo PrintInfo {get; set;}
    Example
    This example uses the PrintInfo property.
    See Also