Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / HeaderRowStyle Property


In This Topic
    HeaderRowStyle Property
    In This Topic
    The default style of the header area.
    Syntax
    'Declaration
     
    Public Property HeaderRowStyle As TableStyleInfo
    'Usage
     
    Dim instance As TableStyle
    Dim value As TableStyleInfo
     
    instance.HeaderRowStyle = value
     
    value = instance.HeaderRowStyle
    public TableStyleInfo HeaderRowStyle {get; set;}
    See Also