IDefInputAreas.CreateTableArea

Syntax

CreateTableArea(sheetKey: Integer; row: Integer; column: Integer): IDefTableArea;

Parameters

sheetKey. Key of the sheet, to which a new table area is added.

row. Index of the row, in which the table area will be located.

column. Index of the column, starting with which the table area is located.

Description

The CreateTableArea method creates a table area and returns its parameters.

Example

The example of use is given in description of the DataEntryForm.CreateByReport constructor.

See also:

IDefInputAreas