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

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

DataGridView.FirstDisplayedScrollingColumnIndex プロパティ

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

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

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

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

value = instance.FirstDisplayedScrollingColumnIndex

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

/** @property */
public void set_FirstDisplayedScrollingColumnIndex
 (int value)
public function get FirstDisplayedScrollingColumnIndex
 () : int

public function set FirstDisplayedScrollingColumnIndex
 (value : int)

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

例外例外
例外種類条件

ArgumentOutOfRangeException

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

InvalidOperationException

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

または

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

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



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS