Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableView Class / DataRange Property


In This Topic
DataRange Property (TableView)
In This Topic
Gets the table range area.
Syntax
'Declaration
 
Public ReadOnly Property DataRange As CellRange
 
'Usage
 
Dim instance As TableView
Dim value As CellRange
 
value = instance.DataRange
See Also