Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableColumn Structure / TotalsRowFormatting Property


In This Topic
TotalsRowFormatting Property (TableColumn)
In This Topic
Gets the format to apply to the totals row cell of this column.
Syntax
'Declaration
 
Public ReadOnly Property TotalsRowFormatting As DifferentialFormat
 
'Usage
 
Dim instance As TableColumn
Dim value As DifferentialFormat
 
value = instance.TotalsRowFormatting

Property Value

A DifferentialFormat represents the format to apply to the totals row cell of this column.
See Also