Table of Contents

XlsFile.GetTableName Method

If there is a table in the cell at (row, col) then this method will return the name of the table. If not it will return an empty string.

Syntax

Namespace: FlexCel.XlsAdapter

public override String GetTableName(Int32 sheet, Int32 row, Int32 col)

Parameters

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

See also