Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / ShowRowHeader Property


In This Topic
    ShowRowHeader Property (PrintInfo)
    In This Topic
    Gets or sets whether to print the row header.
    Syntax
    'Declaration
     
    
    Public Property ShowRowHeader As PrintHeader
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As PrintHeader
     
    instance.ShowRowHeader = value
     
    value = instance.ShowRowHeader
    public PrintHeader ShowRowHeader {get; set;}
    See Also