Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IStyles Interface > Item Property : Item(Int32) Property
The index number of the style.
Gets the IStyle object at the specified index.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As IStyle
'Usage
 
Dim instance As IStyles
Dim index As Integer
Dim value As IStyle
 
value = instance.Item(index)
IStyle Item( 
   int index
) {get;}

Parameters

index
The index number of the style.

Property Value

An IStyle object at the specified index.
See Also

Reference

IStyles Interface
IStyles Members
Overload List