Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SubStyleCollection Class / Item Property / Item(Int32) Property


In This Topic
    Item(Int32) Property
    In This Topic
    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