IsCellChangeable Method (SapGridView)
Class
SapGridView
class
Action
Returns true if the specified cell is changeable.
Syntax
bCellChangeable
=
gridView
.
IsCellChangeable
(
row
,
column
)
Variable
Description
bCellChangeable
BOOLEAN.
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.