Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / Item Property


In This Topic
    Item Property (NumberFieldsInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As NumberFieldInfo
    'Usage
     
    
    Dim instance As NumberFieldsInfo
    Dim index As Integer
    Dim value As NumberFieldInfo
     
    value = instance.Item(index)
    public NumberFieldInfo this[ 
       int index
    ]; {get;}

    Parameters

    index

    Property Value

    The specified GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberField object in this collection.
    See Also