FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.CellType 名前空間 > DateTimeCellType クラス : EditorValue プロパティ |
'Declaration Public Property EditorValue As DateTimeEditorValue
'使用法 Dim instance As DateTimeCellType Dim value As DateTimeEditorValue instance.EditorValue = value value = instance.EditorValue
public DateTimeEditorValue EditorValue {get; set;}
FarPoint.Win.Spread.CellType.DateTimeCellType dt = new FarPoint.Win.Spread.CellType.DateTimeCellType();
dt.EditorValue = FarPoint.Win.Spread.CellType.DateTimeEditorValue.DateSerial;
fpSpread1.ActiveSheet.Cells[0, 0].CellType = dt;
Dim dt As New FarPoint.Win.Spread.CellType.DateTimeCellType dt.EditorValue = FarPoint.Win.Spread.CellType.DateTimeEditorValue.DateSerial FpSpread1.ActiveSheet.Cells(0, 0).CellType = dt