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


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

    Property Value

    A DifferentialFormat object represents the totals row format.
    See Also