Description
-
Determines width of a specified column.
Property type
-
A Long value.
Syntax
-
object.ColumnWidth[index] [= value]
The ColumnWidth Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| index |
A Short value. Specifies index
of the column. |
| value |
A 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.
|