Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / TotalsRowBorderFormatting Property


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

    Property Value

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