Moves the specified column to the specified target index.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public void Move ( |
Visual Basic
Copy Code
|
|---|
Public Sub Move( _ |
The zero-based index of the column to move.
The zero-based index of the column before which the column should be moved.
See Also