Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableDataColumn Interface / DataCellRange Property


In This Topic
DataCellRange Property
In This Topic
Gets the data cell range. The values do not include header cell and total cell.
Syntax
'Declaration
 
ReadOnly Property DataCellRange As CellRange
 
'Usage
 
Dim instance As ITableDataColumn
Dim value As CellRange
 
value = instance.DataCellRange
See Also