MESCIUS SPREAD for Windows Forms 15.0J
EditorValue プロパティ (MultiOptionCellType)
使用例 

基になるデータモデルにどの値が書き込まれるかを取得または設定します。
構文
'宣言
 
Public Property EditorValue As 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 メソッド

 

 


© MESCIUS inc. All rights reserved.