📚 SAP Business One SDK Help

SetCurrentLine Method
See Also 
LineNum

Specifies the row number. The count starts from 0.

Description

Sets the row specified by the parameter to be the current active row.

Sets the active row to a specified row number.

Syntax

Visual Basic
Public Sub SetCurrentLine( _
   ByVal LineNum As Long _
) 

Parameters

LineNum

Specifies the row number. The count starts from 0.

Example

See Also