Creates a new XLSheet and appends it to the collection.

Namespace:  C1.Phone.Excel
Assembly:  C1.Phone.Excel (in C1.Phone.Excel.dll)

Syntax

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

Return Value

A reference to the new XLSheet object.

See Also