RowItems Property (Table)

Class

Table.

Action

Gets a list of all table rows in the table.

Syntax

C#
protected List(Of TableRow) RowItems { get; }
VB
'Declaration
Protected Read Property RowItems As List(Of TableRow)

Access

Read only.