Spread Windows Forms 12.0 Product Documentation
Item(String) Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > TableStyleCollection Class > Item Property : Item(String) Property
Style name.
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)
public TableStyle Item( 
   string styleName
) {get;}

Parameters

styleName
Style name.

Property Value

A TableStyle object.
See Also

Reference

TableStyleCollection Class
TableStyleCollection Members
Overload List