PressTotalRow Method (SapGridView)
Class
SapGridView
.
Action
Presses the row button of the specified total row.
Syntax
C#
gridView
.
PressTotalRow
(
row
,
column
)
VB
gridView
.
PressTotalRow
(
row
,
column
)
Variable
Description
row
Index of the row. The value is zero-based.
Integer
.
column
Column identifier.
String
.