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