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


In This Topic
    PageSetup Property (IWorksheet)
    In This Topic
    Gets the page setup of the sheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property PageSetup As IPageSetup
    'Usage
     
    
    Dim instance As IWorksheet
    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