ListView.StartRowIndex プロパティ

定義

ListView コントロールでデータ ページに表示されている最初のレコードのインデックスを取得します。

protected:
 virtual property int StartRowIndex { int get(); };
protected virtual int StartRowIndex { get; }
member this.StartRowIndex : int
Protected Overridable ReadOnly Property StartRowIndex As Integer

プロパティ値

ListView コントロールでデータ ページに表示されている最初のレコードのインデックス。

適用対象

こちらもご覧ください