Column

The Column object represents an information column displayed in a tab (e.g. name, size, attributes, etc). A collection of Column objects can be retrieved from the Format.columns property.

 

Property Name

Return Type

Description

<default value>

string

Returns the name of the column.

name

string

Returns the name of the column.

reverse

bool

Returns True if the sort direction of the column is reversed.

sort

int

Returns the sort order of the column (e.g. 1 for the primary sort field, 2 for the secondary sort field, etc). Returns 0 if the display is not sorted by this column.

width

int

Returns the current display width of the column in pixels.