DataGridColumnStyle.Edit メソッド
値を編集するためにセルを準備します。
オーバーロードの一覧
編集するためにセルを準備します。
[Visual Basic] Overloads Protected Friend Overridable Sub Edit(CurrencyManager, Integer, Rectangle, Boolean)
[C#] protected internal virtual void Edit(CurrencyManager, int, Rectangle, bool);
[C++] protected public: virtual void Edit(CurrencyManager*, int, Rectangle, bool);
[JScript] protected internal function Edit(CurrencyManager, int, Rectangle, Boolean);
指定した CurrencyManager 、行番号、および Rectangle パラメータを使用して、編集するためにセルを準備します。
[Visual Basic] Overloads Protected Friend Overridable Sub Edit(CurrencyManager, Integer, Rectangle, Boolean, String)
[C#] protected internal virtual void Edit(CurrencyManager, int, Rectangle, bool, string);
[C++] protected public: virtual void Edit(CurrencyManager*, int, Rectangle, bool, String*);
[JScript] protected internal function Edit(CurrencyManager, int, Rectangle, Boolean, String);
派生クラスでオーバーライドされると、編集のためにセルが準備されます。
[Visual Basic] Overloads Protected Friend MustOverride Sub Edit(CurrencyManager, Integer, Rectangle, Boolean, String, Boolean)
[C#] protected internal abstract void Edit(CurrencyManager, int, Rectangle, bool, string, bool);
[C++] protected public: virtual void Edit(CurrencyManager*, int, Rectangle, bool, String*, bool) = 0;
使用例
参照
DataGridColumnStyle クラス | DataGridColumnStyle メンバ | System.Windows.Forms 名前空間