Creates a new XLRow object and inserts it at a specific position in the collection.

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

Syntax

C#
public XLRow Insert(
	int index
)
Visual Basic
Public Function Insert ( _
	index As Integer _
) As XLRow

Parameters

index
Type: System..::..Int32
Position where the new item will be inserted.

Return Value

A reference to the new item.

See Also