[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableColumns.Move

Move Method

Move(int, int, int)

Moves table column(s) at the specified position to other position.

Declaration
bool Move(int column, int toColumn, int count)
Function Move(column As Integer, toColumn As Integer, count As Integer) As Boolean
Parameters
Type Name Description
int column

An integer value indicates the position to move.

int toColumn

An integer value indicates the target position.

int count

An integer value indicates the moved column count.

Returns
Type Description
bool

true if the moving is done successful, false otherwise.