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