Appends an existing XLSheet to the collection.

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

Syntax

C#
public XLSheet Add(
	XLSheet sheet
)
Visual Basic
Public Function Add ( _
	sheet As XLSheet _
) As XLSheet

Parameters

sheet
Type: C1.Silverlight.Excel..::..XLSheet
The object to add to the collection.

Return Value

A reference to the object that was added to the collection (in this case, always the sheet parameter).

See Also