Spread WinForms 15
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

Property Value

A DifferentialFormat object represents the totals row format.
See Also