DataGridView.FirstDisplayedScrollingRowIndex プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DataGridView.FirstDisplayedScrollingRowIndex プロパティの意味・解説 

DataGridView.FirstDisplayedScrollingRowIndex プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

DataGridView に表示される最初の行のインデックス取得または設定します

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Property FirstDisplayedScrollingRowIndex
 As Integer
Dim instance As DataGridView
Dim value As Integer

value = instance.FirstDisplayedScrollingRowIndex

instance.FirstDisplayedScrollingRowIndex = value
public int FirstDisplayedScrollingRowIndex
 { get; set; }
public:
property int FirstDisplayedScrollingRowIndex {
    int get ();
    void set (int value);
}
/** @property */
public int get_FirstDisplayedScrollingRowIndex
 ()

/** @property */
public void set_FirstDisplayedScrollingRowIndex
 (int value)
public function get FirstDisplayedScrollingRowIndex
 () : int

public function set FirstDisplayedScrollingRowIndex
 (value : int)

プロパティ
DataGridView表示される最初の行のインデックス

例外例外
例外種類条件

ArgumentOutOfRangeException

このプロパティ設定時に指定された値が 0 未満か、コントロール行数 - 1 を超えてます。

InvalidOperationException

このプロパティ設定時に指定された値は、Visible プロパティ値が false の行を示します

または

このプロパティ設定時に指定された値は、Frozen プロパティ値が true の列を示します

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

DataGridView.FirstDisplayedScrollingRowIndex プロパティのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DataGridView.FirstDisplayedScrollingRowIndex プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS