Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / Item Property / Item(String) Property
Style name.


In This Topic
Item(String) Property
In This Topic
Gets a table style by name.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal styleName As String _
) As TableStyle
 
'Usage
 
Dim instance As TableStyleCollection
Dim styleName As String
Dim value As TableStyle
 
value = instance.Item(styleName)

Parameters

styleName
Style name.

Property Value

A TableStyle object.
See Also