ListColumn.DataBodyRange Property
Excel Developer Reference |
Returns a Range object that is the size of the data portion of a column. Read-only.
Version Information
Version Added: Excel 2007
Syntax
expression.DataBodyRange
expression A variable that represents a ListColumn object.
Remarks
The returned object excludes the Header and Totals cell.
See Also