IsCellTotalExpander Method (SapGridView)
Class
SapGridView
class
Action
Returns true if the specified cell contains a total expander button.
Syntax
bCellTotalExpander
=
gridView
.
IsCellTotalExpander
(
row
,
column
)
Variable
Description
bCellTotalExpander
BOOLEAN.
row
Index of the row. The value is one-based. INTEGER.
column
Column identifier. STRING.