GetCellType Method (SapGridView)
Class
SapGridView
class
Action
Gets the cell type of the specified cell.
Syntax
cellType
=
gridView
.
GetCellType
(
row
,
column
)
Variable
Description
cellType
GRIDCELLTYPE.
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.