Spread Windows Forms 12.0 Product Documentation
DataBodyRange Property (ITableColumn)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableColumn Interface : DataBodyRange Property
Gets an IRange object that is the size of the data portion of a column.
Syntax
'Declaration
 
ReadOnly Property DataBodyRange As IRange
'Usage
 
Dim instance As ITableColumn
Dim value As IRange
 
value = instance.DataBodyRange
IRange DataBodyRange {get;}

Property Value

The IRange object that is the size of the data portion of a column.
Remarks
The returned object excludes the Header and Totals cell.
See Also

Reference

ITableColumn Interface
ITableColumn Members