Excel for WPF and Silverlight
Add(String) Method

C1.WPF.Excel Namespace > XLSheetCollection Class > Add Method : Add(String) Method
The name of the new XLSheet.
Creates a new XLSheet with a given name and appends it to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal name As System.String _
) As XLSheet
public XLSheet Add( 
   System.string name
)

Parameters

name
The name of the new XLSheet.

Return Value

A reference to the new XLSheet object.
See Also

Reference

XLSheetCollection Class
XLSheetCollection Members
Overload List