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


In This Topic
Name Property (TableView)
In This Topic
Gets or sets the table name.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As TableView
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also