'宣言 Public Overrides Function GetEditingValue( _ ByVal worksheet As Worksheet, _ ByVal row As System.Integer, _ ByVal column As System.Integer, _ ByVal editor As System.Windows.FrameworkElement _ ) As EditingData
public override EditingData GetEditingValue( Worksheet worksheet, System.int row, System.int column, System.Windows.FrameworkElement editor )
パラメータ
- worksheet
- 編集されるワークシート。
- row
- 編集するセルの行インデックス。
- column
- 編集するセルの列インデックス。
- editor
- セルエディタを示す System.Windows.FrameworkElement オブジェクト。
戻り値の型
編集値を表すEditingData値。