SelectedIndices Property (Table)

Class

Table.

Action

Gets or sets the indices of the selected item(s).

Syntax

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

Access

Read and write.