Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / HeaderRowFormatting Property


In This Topic
    HeaderRowFormatting Property (TableColumn)
    In This Topic
    Gets the format to apply to the header row cell of this column.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeaderRowFormatting As DifferentialFormat
    'Usage
     
    
    Dim instance As TableColumn
    Dim value As DifferentialFormat
     
    value = instance.HeaderRowFormatting
    public DifferentialFormat HeaderRowFormatting {get;}

    Property Value

    A DifferentialFormat represents the format to apply to the header row cell of this column.
    See Also