 | 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)
Syntaxint GetDataSourceRowIndex(
int rowHandle
)
Function GetDataSourceRowIndex (
rowHandle As Integer
) As Integer
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