Spread Windows Forms 12.0 Product Documentation
Item(Int32) Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubStyleCollection Class > Item Property : Item(Int32) Property
Gets the SubStyle at the specified index.
Syntax
'Declaration
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal index As Integer _
) As SubStyle
'Usage
 
Dim instance As SubStyleCollection
Dim index As Integer
Dim value As SubStyle
 
value = instance.Item(index)
public new SubStyle Item( 
   int index
) {get;}

Parameters

index
See Also

Reference

SubStyleCollection Class
SubStyleCollection Members
Overload List