Table of Contents

TDataConnectionTable.TableName Property

This element is used to specify an HTML table to import by name. If the tables are not named, they shall be specified with the TableIndex property instead. If neither this property or TableIndex are given, the table is considered missing.

Syntax

Namespace: FlexCel.Core

public String TableName { get; set; }

See also