Spread Windows Forms 12.0 Product Documentation
DataBodyRange Property (ITable)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITable Interface : DataBodyRange Property
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

Reference

ITable Interface
ITable Members