Back to product page

ColumnWidth property


Determines width of a specified column.

Type

A Long value

Syntax

  • Basic
object.ColumnWidth [index][= value]
The ColumnWidth(object,index,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
indexA Short value. Specifies index of the column.
valueA Long value. Specifies new width.

Remarks

Available only in ActiveX (GUI) version!

ColumnWidth will return (or set) width, in pixels, of specified column. It is valid only when IconView property is set to lvwDetails. Index argument can go from 0 up to ColumnCount-1.

Platforms

Windows