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





Moves the specified number of columns to the specified target index.

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

 Syntax

C#  Copy Code

public bool Move (
    int index,
    int count,
    int target
)

Visual Basic  Copy Code

Public Function Move( _
    index As Integer, _
    count As Integer, _
    target As Integer _
) As Boolean

 Parameters

index

The zero-based index of the first column to move.

count

The number of columns to move.

target

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

 Return Value

true if a move occurred; otherwise, false.

 See Also

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