Spread Windows Forms 12.0 Product Documentation
Item Property (ITableStyleElements)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyleElements Interface : Item Property
A TableStyleElementType value indicates the table style element.
Gets the ITableStyleElement at the specified index.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As TableStyleElementType _
) As ITableStyleElement
'Usage
 
Dim instance As ITableStyleElements
Dim index As TableStyleElementType
Dim value As ITableStyleElement
 
value = instance.Item(index)

Parameters

index
A TableStyleElementType value indicates the table style element.

Property Value

An ITableStyleElement object represents the table style element.
See Also

Reference

ITableStyleElements Interface
ITableStyleElements Members