CreateTableArea(sheetKey: Integer; row: Integer; column: Integer): IDefTableArea;
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.
The CreateTableArea method creates a table area and returns its parameters.
The example of use is given in description of the DataEntryForm.CreateByReport constructor.
See also: