FirstVisibleRow Property (SapGridView)

Class

SapGridView.

Action

Gets the index of the first visible row in the grid. The value is zero-based.

Syntax

C#
protected Integer FirstVisibleRow { get; }
VB
'Declaration
Protected Read Property FirstVisibleRow As Integer

Access

Read only.