Table of Contents

XlsFile.TableCountInSheet Property

Returns the number of tables in the active sheet. Use ExcelFile.GetTable(Int32) to retrieve the tables in the sheet.

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 TableCountInSheet { get; }

See also