Click or drag to resize

IColumnViewGetSelectedRows Method

Returns the handles of the selected rows

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
int[] GetSelectedRows()

Return Value

Type: Int32
An array of integer values representing the handles of the selected rows. An empty array if no rows are selected
See Also