SPREAD for WPF 3.0J - GcSpreadSheet
GetEditingValue メソッド (CellTypeBase)

GrapeCity.Wpf.SpreadSheet アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType 名前空間 > CellTypeBase クラス : GetEditingValue メソッド
編集ワークシート。
編集セルの行インデックス。
編集セルの列インデックス。
セルエディタを示す System.Windows.FrameworkElement オブジェクト。
編集した値を表す編集オブジェクトを取得します。
シンタックス
'宣言
 
Public Overridable 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 virtual EditingData GetEditingValue( 
   Worksheet worksheet,
   System.int row,
   System.int column,
   System.Windows.FrameworkElement editor
)

パラメータ

worksheet
編集ワークシート。
row
編集セルの行インデックス。
column
編集セルの列インデックス。
editor
セルエディタを示す System.Windows.FrameworkElement オブジェクト。

戻り値の型

編集値を表すEditingData値。
参照

CellTypeBase クラス
CellTypeBase メンバ