IPageableItemContainer.StartRowIndex Property

Definition

Gets the index of the first record that is displayed on a page of data.

public:
 property int StartRowIndex { int get(); };
public int StartRowIndex { get; }
member this.StartRowIndex : int
Public ReadOnly Property StartRowIndex As Integer

Property Value

The index of the first record that is displayed on a page of data.

Applies to

See also