Gets an
IRange object representing the Total row, if any, from a specified table object.
'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..