Previous | Next

SetColumn Method

Sets the header text and width of the specified file list column.

SetColumn(
     Integer columnId,
     String headerText,
     Long width
)

Parameters

columnId
Type: Integer
The ID of the file list column of which the header text and width is to be set. For the valid column IDs, see the Columns property.

headerText
Type: String
The column header text. If the value specified is "" (empty string), the column header text is not changed.

width
Type: Long
The column width. If the value specified is -1, the column width is not changed. If the value specified is 0, the column width is auto-sized.