Inserts a new column at the specified index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public void Insert ( |
Visual Basic
![]() |
---|
Public Sub Insert( _ |
The zero-based index where the column should be inserted.
This method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.