Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyle Class / HeaderRow Property


In This Topic
    HeaderRow Property (TableStyle)
    In This Topic
    Gets or sets the header row table style.
    Syntax
    'Declaration
     
    
    Public Property HeaderRow As TableElementStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim value As TableElementStyle
     
    instance.HeaderRow = value
     
    value = instance.HeaderRow
    public TableElementStyle HeaderRow {get; set;}
    See Also