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


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

    Property Value

    A DifferentialFormat object represents the header row border format.
    See Also