Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITable Interface / DataBodyRange Property


In This Topic
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

Property Value

The IRange object that represents the range of values, excluding the header row, in a table.
See Also