GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / Item Property


In This Topic
Item Property (NumberFields)
In This Topic
Gets the NumberField at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As NumberField
 
'Usage
 
Dim instance As NumberFields
Dim index As Integer
Dim value As NumberField
 
value = instance.Item(index)

Parameters

index

Property Value

The specified NumberField at this collection.
See Also