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


In This Topic
    PrintRowHeader Property
    In This Topic
    Gets or sets a value indicating whether row headings are printed with this page.
    Syntax
    'Declaration
     
    
    Public Property PrintRowHeader As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As PageSetup
    Dim value As Nullable(Of Boolean)
     
    instance.PrintRowHeader = value
     
    value = instance.PrintRowHeader
    public Nullable<bool> PrintRowHeader {get; set;}
    See Also