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


In This Topic
    ShowRowHeaders Property
    In This Topic
    Gets or sets whether to print the row headers.
    Syntax
    'Declaration
     
    
    Public Property ShowRowHeaders As Boolean
    'Usage
     
    
    Dim instance As PrintInfo
    Dim value As Boolean
     
    instance.ShowRowHeaders = value
     
    value = instance.ShowRowHeaders
    public bool ShowRowHeaders {get; set;}
    See Also