FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.CellType 名前空間 > ListBoxCellType クラス : EditorValue プロパティ |
'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;}
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;