Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / MultiRangeCommand Class / Item Property


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

Parameters

index
See Also