Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / FirstPage Property


In This Topic
    FirstPage Property (IPageSetup)
    In This Topic
    Gets or sets a PageSetup value indicating whether the alignment of text on the first page of a worksheet or section.
    Syntax
    'Declaration
     
    
    ReadOnly Property FirstPage As IPageSetup
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As IPageSetup
     
    value = instance.FirstPage
    IPageSetup FirstPage {get;}

    Property Value

    A PageSetup value specifying the alignment of text on the first page.
    See Also