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.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Worksheet Insert ( |
Visual Basic
![]() |
---|
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.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |