Creates a new XLSheet 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 XLSheet Insert(
	int index
)
Visual Basic
Public Function Insert ( _
	index As Integer _
) As XLSheet

Parameters

index
Type: System..::..Int32
Index where the new XLSheet will be added.

Return Value

A reference to the new XLSheet object.

See Also