Partager via


ListColumn.DataBodyRange Property

Returns a Range object that is the size of the data portion of a column. Read-only.

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

Syntax

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

value = instance.DataBodyRange
Range DataBodyRange { get; }

Property Value

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

Remarks

The returned object excludes the Header and Totals cell.

See Also

Reference

ListColumn Interface

ListColumn Members

Microsoft.Office.Interop.Excel Namespace