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


表示下のデータモデルに書き込まれている値を取得または設定します。
構文
'Declaration
 
Public Property EditorValue As EditorValue
'使用法
 
Dim instance As ListBoxCellType
Dim value As EditorValue
 
instance.EditorValue = value
 
value = instance.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 メンバ

 

 


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