Spread Windows Forms 12.0 Product Documentation
TotalsRowFormatting Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > TableColumn Structure : TotalsRowFormatting Property
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
public DifferentialFormat TotalsRowFormatting {get;}

Property Value

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

Reference

TableColumn Structure
TableColumn Members