HeaderPane
Main
Hide

SftTree/OCX 8.0 - ActiveX Tree Control

Share Link
Print

Column Property, SftTree Object

Returns a SftTreeColumn object for a given column.

Syntax

Get

VB.NETrefColumnObj = object.get_Column(ByVal ColIndex As Short) As SftTreeColumn
VBSet refColumnObj = object.Column(ByVal ColIndex As Integer) As SftTreeColumn
C#.NETSftTreeColumn refColumnObj = object.get_Column(short ColIndex);
VC++ISftTreeColumn* refColumnObj = object->Column[short ColIndex];
ISftTreeColumn* refColumnObj = object->GetColumn(short ColIndex);
CHRESULT object->get_Column(short ColIndex, ISftTreeColumn** refColumnObj);

object

A SftTree object.

ColIndex

The zero-based column number.

refColumnObj

Returns a SftTreeColumn object for a given column.

Comments

The Column property returns a SftTreeColumn object for a given column.

The SftTreeColumn object represents one column in a SftTree/OCX control. Numerous column-specific properties and methods can be accessed using the returned object refColumnObj.

Certain default properties and behavior for all columns can be defined using the SftTreeColumns object.

See Also SftTree Object | Object Hierarchy


Last Updated 05/24/2026 - (email)
© 2026 Softel vdm, Inc.