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


In This Topic
    FirstPage Property (PageSetup)
    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
     
    
    Public ReadOnly Property FirstPage As PageSetup
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As PageSetup
     
    value = instance.FirstPage
    public PageSetup FirstPage {get;}

    Property Value

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