DataBodyRange Property (ITableColumn)
Gets an
IRange object that is the size of the data portion of a column.
'Declaration
ReadOnly Property DataBodyRange As IRange
'Usage
Dim instance As ITableColumn
Dim value As IRange
value = instance.DataBodyRange
Property Value
The
IRange object that is the size of the data portion of a column.