Click or drag to resize

IColumnViewGetRowHandle Method

Returns the handle of the row which represents the specified record in the data source

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 GetRowHandle(
	int dataSourceIndex
)

Parameters

dataSourceIndex
Type: SystemInt32
The zero-based index of a record in the data source

Return Value

Type: Int32
An integer value which represents the handle of the row which corresponds to the specified record in the data source
See Also