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