Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / PrintSettings Property


In This Topic
    PrintSettings Property (IExcelWorksheet)
    In This Topic
    Gets or sets the print settings of the sheet.
    Syntax
    'Declaration
     
    Property PrintSettings As IExcelPrintSettings
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As IExcelPrintSettings
     
    instance.PrintSettings = value
     
    value = instance.PrintSettings
    IExcelPrintSettings PrintSettings {get; set;}

    Property Value

    An IExcelPrintSettings represents the print settings
    See Also