Spread Windows Forms 12.0 Product Documentation
Item(String) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyles Interface > Item Property : Item(String) Property
A string value indicates the name of the table style.
Gets the TableStyle with the specified table style name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal tableStyleName As String _
) As ITableStyle
'Usage
 
Dim instance As ITableStyles
Dim tableStyleName As String
Dim value As ITableStyle
 
value = instance.Item(tableStyleName)
ITableStyle Item( 
   string tableStyleName
) {get;}

Parameters

tableStyleName
A string value indicates the name of the table style.

Property Value

A TableStyle object represents the corresponding table style.
See Also

Reference

ITableStyles Interface
ITableStyles Members
Overload List