Creates a new Worksheet object with the specified name and adds it at the specified index within 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 Insert ( |
Visual Basic
Copy Code
|
|---|
Public Function Insert( _ |
The zero-based index where the new worksheet should be added.
The name of the new worksheet.
The newly created Worksheet object.
See Also