Spread WPF 18
GrapeCity.Spreadsheet Namespace / ISheet Interface / PageSetup Property


In This Topic
    PageSetup Property
    In This Topic
    Gets the page setup of the sheet.
    Syntax
    'Declaration
     
    ReadOnly Property PageSetup As IPageSetup
    'Usage
     
    Dim instance As ISheet
    Dim value As IPageSetup
     
    value = instance.PageSetup
    IPageSetup PageSetup {get;}

    Property Value

    A GrapeCity.Spreadsheet.Printing.IPageSetup object represents the page setup of the sheet.
    See Also