Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewColumn Class / Name Property


In This Topic
Name Property (TableViewColumn)
In This Topic
Get or sets the name of the column.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As TableViewColumn
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also