Spread Windows Forms 12.0 Product Documentation
TotalsRowRange Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : TotalsRowRange Property
Gets an IRange object representing the Total row, if any, from a specified table object.
Syntax
'Declaration
 
ReadOnly Property TotalsRowRange As IRange
'Usage
 
Dim instance As ITable
Dim value As IRange
 
value = instance.TotalsRowRange
IRange TotalsRowRange {get;}

Property Value

The IRange object representing the Total row, if any, from a specified table object..
See Also

Reference

ITable Interface
ITable Members