Table of Contents

TXlsFile.GetTableAtCell Method

If there is a table in the cell at (row, col) then this method will return the table definition. If not it will return null.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetTableAtCell(const sheet: Integer; const row: Integer; const col: Integer): ITableDefinition; override;

Parameters

<-> Parameter Type Description
const sheet Integer Sheet where to find the table (1 based)
const row Integer Row, 1 based.
const col Integer Column, 1 based.

See also