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

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

プロパティ値

データモデルに書き込まれる値を決定するEditorValue設定
使用例
次のサンプル コードは、セルで選択された項目についてデータ モデルに何が書き出されるかを指定します。
FarPoint.Win.Spread.CellType.ComboBoxCellType cb = new FarPoint.Win.Spread.CellType.ComboBoxCellType(); 
cb.Items = new string[]{"One", "Two", "Three", "Four"}; 
cb.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.String;
Dim cb As New FarPoint.Win.Spread.CellType.ComboBoxCellType
cb.Items = New String() {"One", "Two", "Three", "Four"}
cb.EditorValue = FarPoint.Win.Spread.CellType.EditorValue.String
参照

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

開発者ガイド

コンボボックス型セル

 

 


© MESCIUS inc. All rights reserved.