Click or drag to resize

IColumnViewSelectRow Method

Adds a row to the current selection

Namespace:  EBP.Api.Interfaces.Controls.DataGrid
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
void SelectRow(
	int rowHandle
)

Parameters

rowHandle
Type: SystemInt32
An integer value identifying the row to be selected by its handle
See Also