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


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