Spread Windows Forms 12.0 Product Documentation
Item Property (NumberFieldsInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > NumberFieldsInfo Class : Item Property
Gets the GrapeCity.Win.Spread.InputMan.CellType.Fields.NumberFieldInfo object at the specified index.
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

Reference

NumberFieldsInfo Class
NumberFieldsInfo Members