Gets list of all rows in a table.

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

Syntax

C#
public ReadOnlyCollection<Row> Rows { get; }
Visual Basic
Public ReadOnly Property Rows As ReadOnlyCollection(Of Row)
	Get
Visual C++
public:
property ReadOnlyCollection<Row^>^ Rows {
	ReadOnlyCollection<Row^>^ get ();
}

See Also