MultiUnselectItem Method (DataGrid)
Class
DataGrid
.
Action
Removes a item from the set of selected items.
Syntax
dataGrid
.
MultiUnselectItem
(
column
,
row
)
Variable
Description
column
The index of the column to select. The value is zero-based.
Integer
.
row
The index of the row to select. The value is zero-based.
Integer
.