Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / BuiltInTableStyleName Property


In This Topic
BuiltInTableStyleName Property
In This Topic
Gets list of names of built-in table style.
Syntax
'Declaration
 
Public ReadOnly Property BuiltInTableStyleName As List(Of String)
 
'Usage
 
Dim instance As TableStyleCollection
Dim value As List(Of String)
 
value = instance.BuiltInTableStyleName
See Also