FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > DateTimeCellType Class : EditorValue Property |
'Declaration Public Property EditorValue As DateTimeEditorValue
'Usage 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
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8