📚 SAP Business One SDK Help

SetRowEditable Method
See Also 
RowNum
The row number of the matrix or the grid.
bEditableFlag
The flag for whether a row is editable.

Description

Sets the flag for whether a row is editable.

Syntax

Visual Basic
Public Sub SetRowEditable( _
   ByVal RowNum As Long, _
   ByVal bEditableFlag As Boolean _
) 

Parameters

RowNum
The row number of the matrix or the grid.
bEditableFlag
The flag for whether a row is editable.

See Also