Returns a reference to the XLRow object at the specified index.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLRow this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As XLRow
	Get

Parameters

index
Type: System..::..Int32

Remarks

The indexer will create a new XLRow object at the specified position if necessary. It never returns null.

See Also