ListObject.TotalsRowRange Property
Returns a Range object representing the Total row, if any, from a specified ListObject object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property TotalsRowRange As Range
Get
'Usage
Dim instance As ListObject
Dim value As Range
value = instance.TotalsRowRange
Range TotalsRowRange { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range