Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

MoveColumn Method, SftTree Object

Moves a column to a new position.

Deprecated - Provided for compatibility with earlier versions only - Use ColumnsObj.Move instead

Syntax

VB.NETobject.MoveColumn(ByVal FromDisplayColumn As Short, ByVal ToDisplayColumn As Short)
VBobject.MoveColumn(ByVal FromDisplayColumn As Integer, ByVal ToDisplayColumn As Integer)
C#.NETvoid object.MoveColumn(short FromDisplayColumn, short ToDisplayColumn);
VC++HRESULT object->MoveColumn(short FromDisplayColumn, short ToDisplayColumn);
CHRESULT object->raw_MoveColumn(short FromDisplayColumn, short ToDisplayColumn);

object

A SftTree object.

FromDisplayColumn

The zero-based column number to be moved.

ToDisplayColumn

The zero-based column number of the position where the column is to be inserted. If ToDisplayColumn is -1, the column will be moved to the end and become the last column.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use ColumnsObj.Move instead

The MoveColumn method moves a column to a new position.

The MoveColumn method moves the entire column, including all attributes and contents.

While most other methods, events and properties use real column numbers, the MoveColumn method requires the use of display column numbers. The first displayed column number can be retrieved using the ColumnsObj.FirstDisplayColumn property. The last displayed column number is described by the ColumnsObj.LastDisplayColumn property. The ColumnsObj.Count property returns the number of columns defined.

Even hidden columns (Column.Width is 0) can be moved using the MoveColumn method.

See Also SftTree Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.