Gets list of all tables on a page. Can be used with XLSX and ODS formats only.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public List<Table> Tables { get; }
Visual Basic
Public ReadOnly Property Tables As List(Of Table)
	Get
Visual C++
public:
property List<Table^>^ Tables {
	List<Table^>^ get ();
}

See Also