Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

Order Property, SftTreeColumns Object

Defines the column order, usually used to save/load an existing column layout.

Syntax

Get

VB.NETString = object.Order As String
VBString = object.Order As String
C#.NETstring String = object.Order;
VC++_bstr_t String = object->Order;
_bstr_t String = object->GetOrder();
CHRESULT object->get_Order(BSTR* String);

Put

VB.NETobject.Order = String As String
VBobject.Order = String As String
C#.NETstring object.Order = String;
VC++_bstr_t object->Order = String;
void object->PutOrder(_bstr_t String);
CHRESULT object->put_Order(BSTR String);

object

A SftTreeColumns object.

String

Defines the column order, usually used to save/load an existing column layout.

Comments

The Order property defines the column order, usually used to save/load an existing column layout.

The property returns a comma-delimited list of real column numbers in the order in which they are displayed.

The value returned by the Order property could be saved in the Windows Registry or a data file. By assigning the saved value to the Order property at a later time, the display order of the columns can be restored.

The Widths property can be used to save/restore the widths of all columns.

See Also SftTreeColumns Object | Object Hierarchy


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