Application.ColumnEdit Method
Project Developer Reference |
Displays the Column Definition dialog box for the specified column.
Syntax
expression.ColumnEdit(Column)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Column | Optional | Integer | The number of the column to change. The default value is the number of the active column. |
Return Value
Boolean
See Also