Partager via


ListColumn.Total Property

Returns the Total row for a ListColumn object. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Total As Range
    Get
'Usage
Dim instance As ListColumn
Dim value As Range

value = instance.Total
Range Total { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Range
Range

See Also

Reference

ListColumn Interface

ListColumn Members

Microsoft.Office.Interop.Excel Namespace