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


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;}
    Example
    This example uses the PrintInfo property.
    See Also