Click or drag to resize

IColumnViewGetDataSourceRowIndex Method

Returns the index of the data source record which the specified row handle corresponds to

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 GetDataSourceRowIndex(
	int rowHandle
)

Parameters

rowHandle
Type: SystemInt32
An integer value representing the row handle

Return Value

Type: Int32
An integer value representing the zero-based index of the data record to which the specified row handle corresponds
See Also