📚 SAP Business One SDK Help

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

Description

Sets the flag for whether a cell is editable.

Syntax

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

Parameters

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

See Also