DataBodyRange Property (ITable)
In This Topic
Gets an
IRange object that represents the range of values, excluding the header row, in a table.
Syntax
'Declaration
ReadOnly Property DataBodyRange As IRange
'Usage
Dim instance As ITable
Dim value As IRange
value = instance.DataBodyRange
IRange DataBodyRange {get;}
Property Value
The
IRange object that represents the range of values, excluding the header row, in a table.
See Also