Creates a new XLSheet with a given name and appends it to the collection.
Namespace:
C1.Silverlight.ExcelAssembly: 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.