Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / TableHeaderRowStyle Property


In This Topic
    TableHeaderRowStyle Property
    In This Topic
    Gets or sets style information for the table header row area.
    Syntax
    'Declaration
     
    
    Public Property TableHeaderRowStyle As StyleInfo
    'Usage
     
    
    Dim instance As TableView
    Dim value As StyleInfo
     
    instance.TableHeaderRowStyle = value
     
    value = instance.TableHeaderRowStyle
    public StyleInfo TableHeaderRowStyle {get; set;}
    See Also