Creates a new Worksheet object and adds it to the end of the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Worksheet Add () |
Visual Basic
Copy Code
|
|---|
Public Function Add () As Worksheet |
The newly created Worksheet object.
See Also