Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / PageSetup Property


In This Topic
    PageSetup Property (Worksheet)
    In This Topic
    Gets the page setup of the worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PageSetup As IPageSetup
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As IPageSetup
     
    value = instance.PageSetup
    public IPageSetup PageSetup {get;}

    Property Value

    A GrapeCity.Spreadsheet.Printing.PageSetup object represents the page setup of the worksheet.
    See Also