Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / PrintInfo Property


In This Topic
    PrintInfo Property
    In This Topic
    Gets or sets the print information for printing to PDF.
    Syntax
    'Declaration
     
    Public Property PrintInfo As PrintInfo
    'Usage
     
    Dim instance As Worksheet
    Dim value As PrintInfo
     
    instance.PrintInfo = value
     
    value = instance.PrintInfo
    public PrintInfo PrintInfo {get; set;}
    See Also