📚 SAP Business One SDK Help

GetLineData Method
See Also 
RowNum
The row number

Description

Retrieves the data from a specified row and puts it into the bounded data source of the row.

Use this method to retrieve row data into the bounded data sources of the column. This allows you to work non-editable columns using data sources.

Syntax

Visual Basic
Public Sub GetLineData( _
   ByVal RowNum As Long _
) 

Parameters

RowNum
The row number

Remarks

Relevant for user-defined matrix objects.

See Also