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


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

    Property Value

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