Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / HeaderRowFormatting Property


In This Topic
    HeaderRowFormatting Property (Table)
    In This Topic
    Gets the header row format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HeaderRowFormatting As DifferentialFormat
    'Usage
     
    
    Dim instance As Table
    Dim value As DifferentialFormat
     
    value = instance.HeaderRowFormatting
    public DifferentialFormat HeaderRowFormatting {get;}

    Property Value

    A DifferentialFormat object represents the header row format.
    See Also