SetCurrentCell Method (SapGridView)
Class
SapGridView
.
Action
Sets the specified cell as the current cell.
Syntax
C#
gridView
.
SetCurrentCell
(
row
,
column
)
VB
gridView
.
SetCurrentCell
(
row
,
column
)
Variable
Description
row
Index of the row.
Integer
.
column
Column identifier.
String
.