GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / Name Property


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

Property Value

The name.
See Also