Gets a collection of all rows the table consists of. The property's value is an object of the type TableRowCollection.

Syntax

public TableRowCollection Rows { get; }
Public ReadOnly Property Rows() As TableRowCollection

Limitations

Read only.