Items Property (TableRow)

Class

TableRow.

Action

Gets or sets a list of items in the row.

Syntax

C#
protected List(Of String) Items { get; set; }
VB
'Declaration
Protected ReadWrite Property Items As List(Of String)

Access

Read and write.