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


In This Topic
TableColumns Property (TableView)
In This Topic
Gets the table column collection.
Syntax
'Declaration
 
Public ReadOnly Property TableColumns As TableViewColumnCollection
 
'Usage
 
Dim instance As TableView
Dim value As TableViewColumnCollection
 
value = instance.TableColumns
See Also