MindFusion.Wpf Pack Programmer's Guide
ColumnCollection.Insert Method (Int32, Int32)
See Also
 





Inserts the specified number of columns at the specified index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void Insert (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub Insert( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

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

count

The number of columns to insert.

 Remarks

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

 See Also

Insert Method Overload List
ColumnCollection Members
ColumnCollection Class
MindFusion.Spreadsheet.Wpf Namespace