Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / TotalsRowRange Property


In This Topic
TotalsRowRange Property
In This Topic
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

Property Value

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