Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISheet Interface / PageSetup Property


In This Topic
    PageSetup Property (ISheet)
    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