ColumnWidth Property (ActiveX)

Specifies the uniform width of all columns in the table.

Supported platforms: Windows only

Signature

VBA:

object.ColumnWidth
object

Type: Table

The object this property applies to.

Property Value

Read-only: No

Type: Double

Uniform width of all columns.

Remarks

No additional remarks.

Examples

VBA:

Not available

Visual LISP:

Not available