📚 SAP Business One SDK Help

SetLineData Method
See Also 
RowNum
The number of the row to update

Description

Updates a matrix row with the current values from its bounded data source, each column from its corresponding data source.

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

Syntax

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

Parameters

RowNum
The number of the row to update

Remarks

Relevant for user-defined matrix objects only.

See Also