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

基になるデータモデルにどの値が書き込まれるかを取得または設定します。
構文
'宣言
 
Public Property EditorValue As EditorValue
public EditorValue EditorValue {get; set;}

プロパティ値

値を含む EditorValue オブジェクト
使用例
次のサンプル コードは、セルで選択された項目についてデータ モデルに何が書き出されるかを指定します。
FarPoint.Win.Spread.CellType.ListBoxCellType lst = new FarPoint.Win.Spread.CellType.ListBoxCellType();
lst.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.String;
FarPoint.Win.Spread.CellType.ListBoxCellType lst = new FarPoint.Win.Spread.CellType.ListBoxCellType();
lst.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.String;
参照

ListBoxCellType クラス
ListBoxCellType メンバ

 

 


© MESCIUS inc. All rights reserved.