Spread Windows Forms 12.0 Product Documentation
Item Property (MultiRangeCommand)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > MultiRangeCommand Class : Item Property
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)
public Reference this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

MultiRangeCommand Class
MultiRangeCommand Members