SPREAD for WPF 4.0J - GcSpreadSheet
GetEditingCommand メソッド (ButtonCellType)

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType 名前空間 > ButtonCellType クラス : GetEditingCommand メソッド
編集されるワークシート。
編集するセルの行インデックス。
編集するセルの列インデックス。
編集コマンドが配列数式として作成される場合はtrue、それ以外の場合はfalse
現在のセルデータ。
セルエディタを示す System.Windows.FrameworkElement オブジェクト。
編集を停止した後に実行される編集コマンドを取得します。
シンタックス
'宣言
 
Protected Overrides Function GetEditingCommand( _
   ByVal worksheet As Worksheet, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal arrayFormula As System.Boolean, _
   ByVal cellData As CellData, _
   ByVal editor As System.Windows.FrameworkElement _
) As Command
protected override Command GetEditingCommand( 
   Worksheet worksheet,
   System.int row,
   System.int column,
   System.bool arrayFormula,
   CellData cellData,
   System.Windows.FrameworkElement editor
)

パラメータ

worksheet
編集されるワークシート。
row
編集するセルの行インデックス。
column
編集するセルの列インデックス。
arrayFormula
編集コマンドが配列数式として作成される場合はtrue、それ以外の場合はfalse
cellData
現在のセルデータ。
editor
セルエディタを示す System.Windows.FrameworkElement オブジェクト。

戻り値の型

編集されるコマンドを表すCommandオブジェクト。
参照

ButtonCellType クラス
ButtonCellType メンバ