Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyles Interface / Item Property / Item(String) Property
A string value indicates the name of the table style.


In This Topic
Item(String) Property
In This Topic
Gets the TableStyle with the specified table style name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As String _
) As ITableStyle
 
'Usage
 
Dim instance As ITableStyles
Dim name As String
Dim value As ITableStyle
 
value = instance.Item(name)

Parameters

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

Property Value

A TableStyle object represents the corresponding table style.
See Also