SetCurrentCellRow Method (SapGridView)
Class
SapGridView
.
Action
Sets the row of the current cell.
Syntax
C#
gridView
.
SetCurrentCellRow
(
row
)
VB
gridView
.
SetCurrentCellRow
(
row
)
Variable
Description
row
Index of the row. The value is zero-based.
Integer
.