IWxTableShape.AddColumnWithFixedWidth

Syntax

AddColumnWithFixedWidth(Value: Integer): Boolean;

Parameters

Value. Width of a created column in pixels.

Description

The AddColumnWithFixedWidth method adds a column with fixed width into the table.

Example

The example of use is given in description of the IWxWorkspace.CreateTableShape method.

See also:

IWxTableShape