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





Moves the specified column to the specified target index.

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

 Syntax

C#  Copy Code

public void Move (
    int index,
    int target
)

Visual Basic  Copy Code

Public Sub Move( _
    index As Integer, _
    target As Integer _
)

 Parameters

index

The zero-based index of the column to move.

target

The zero-based index of the column before which the column should be moved.

 See Also

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