Creates a new XLSheet with a given name and appends it to the collection.

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

Syntax

C#
public XLSheet Add(
	string name
)
Visual Basic
Public Function Add ( _
	name As String _
) As XLSheet

Parameters

name
Type: System..::..String
The name of the new XLSheet.

Return Value

A reference to the new XLSheet object.

See Also