IWxTableShape.AddColumnWithFixedWidth

Fore Syntax

AddColumnWithFixedWidth(Value: Integer): Boolean;

Fore.NET 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 the description of the IWxWorkspace.CreateTableShape method.

See also:

IWxTableShape