Moves the specified number of columns to the specified target index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Move ( |
Visual Basic
Copy Code
|
|---|
Public Function Move( _ |
The zero-based index of the first column to move.
The number of columns to move.
The zero-based index of the column before which the columns should be moved.
true if a move occurred; otherwise, false.
See Also