Excel for WPF and Silverlight
Item Property (XLCellRangeCollection)

C1.WPF.Excel Namespace > XLCellRangeCollection Class : Item Property
Gets the XLCellRange object at the specified position in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLCellRange
public XLCellRange this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

XLCellRangeCollection Class
XLCellRangeCollection Members