FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.CellType 名前空間 > MultiOptionCellType クラス : EditorValue プロパティ |
'Declaration Public Property EditorValue As EditorValue
'使用法 Dim instance As MultiOptionCellType Dim value As EditorValue instance.EditorValue = value value = instance.EditorValue
public EditorValue EditorValue {get; set;}
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;