MultiSelectRow Method (Table)

Class

Table.

Action

Adds a row from the table to the set of selected rows.

Syntax

C#
table.MultiSelectRow(row, [column])
VB
table.MultiSelectRow(row, [column])
Variable Description
row The row to select. ItemIdentifier.
column Optional: The column to select. ItemIdentifier.