Spread Windows Forms 12.0 Product Documentation
Item(BuiltInTableStyles) Property


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

Parameters

tableStyle
A BuiltInTableStyles 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