📚 SAP Business One SDK Help

GetCellEditable Method
See Also 
RowNum
The row number of the matrix or the grid.
colNum
The column number of the matrix or the grid.

Description

Returns the information as to whether a cell is editable.

Syntax

Visual Basic
Public Function GetCellEditable( _
   ByVal RowNum As Long, _
   ByVal colNum As Long _
) As Boolean

Parameters

RowNum
The row number of the matrix or the grid.
colNum
The column number of the matrix or the grid.

See Also