PowerTools SPREAD for Windows Forms 8.0J
EditorValue プロパティ (MultiOptionCellType)


表示下のデータモデルに書き込まれている値を取得または設定します。
構文
'Declaration
 
Public Property EditorValue As EditorValue
'使用法
 
Dim instance As MultiOptionCellType
Dim value As EditorValue
 
instance.EditorValue = value
 
value = instance.EditorValue
public EditorValue EditorValue {get; set;}

プロパティ値

データモデルに書き込まれる値を決定するEditorValue設定
解説
セルの Value プロパティを設定する場合は、Value プロパティが、このプロパティで指定された型と一致するようにしてください。
次のサンプル コードは、セルで選択された項目についてデータ モデルに何が書き出されるかを指定します。
FarPoint.Win.Spread.CellType.MultiOptionCellType mo = new FarPoint.Win.Spread.CellType.MultiOptionCellType();
mo.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.String;
FarPoint.Win.Spread.CellType.MultiOptionCellType mo = new FarPoint.Win.Spread.CellType.MultiOptionCellType();
mo.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.String;
参照

MultiOptionCellType クラス
MultiOptionCellType メンバ
SetEditorValue メソッド

 

 


© 2004-2015, GrapeCity inc. All rights reserved.