Creates a new Worksheet object with the specified name and adds it to the end of the collection. If a worksheet with the specified name already exists, an exception is thrown.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Worksheet Add ( |
Visual Basic
Copy Code
|
|---|
Public Function Add( _ |
The name of the new worksheet object.
The newly created Worksheet object.
See Also