Inserts the specified number of columns at the specified index.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public void Insert ( |
Visual Basic
![]() |
---|
Public Sub Insert( _ |
The zero-based index where the columns should be inserted.
The number of columns to insert.
This method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |