Search
ColumnCollection.Insert Method (Int32)
See Also
 






Inserts a new column at the specified index.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Insert (
    int index
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer _
)

 Parameters

index

The zero-based index where the column should be inserted.

 Remarks

This method will raise an InvalidOperationException exception if the operation would cause filled cells to be shifted beyond the sheet.

 See Also