📚 SAP Business One SDK Help

GetDataTableRowIndex Method
See Also 
rowIndex
The index of the row for which to get the data table row

Description

Returns the corresponding data table row for a specified grid row.

Syntax

Visual Basic
Public Function GetDataTableRowIndex( _
   ByVal rowIndex As Long _
) As Long

Parameters

rowIndex
The index of the row for which to get the data table row

Return Type

The index of the row of the corresponding data table, or -1 if an error occurs

See Also