Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintTitleRows Property


In This Topic
    PrintTitleRows Property (PageSetup)
    In This Topic
    Gets or sets a value indicating the rows that contain the cells to be repeated on the left side of each page.
    Syntax
    'Declaration
     
    
    Public Property PrintTitleRows As Reference
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Reference
     
    instance.PrintTitleRows = value
     
    value = instance.PrintTitleRows
    public Reference PrintTitleRows {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.Reference value represents the rows that contain the cells to be repeated on the left side of each page
    See Also