IWxTableShape.AddRowWithFixedHeight

Fore Syntax

AddRowWithFixedHeight(Value: Integer): Boolean;

Fore.NET Syntax

AddRowWithFixedHeight(Value: Integer): Boolean;

Parameters

Value. Height of a created row in pixels.

Description

The AddRowWithFixedHeight method adds a row with fixed height into the table.

Example

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

See also:

IWxTableShape