Spread Windows Forms 12.0 Product Documentation
Item Property (IAlternatingStyles)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IAlternatingStyles Interface : Item Property
The order of the alternating style.
Gets the alternating style at the specified position.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IStyle
'Usage
 
Dim instance As IAlternatingStyles
Dim index As Integer
Dim value As IStyle
 
value = instance.Item(index)
IStyle this[ 
   int index
]; {get;}

Parameters

index
The order of the alternating style.

Property Value

An IStyle object represents the alternating style.
See Also

Reference

IAlternatingStyles Interface
IAlternatingStyles Members