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

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

プロパティ値

日付時刻型セル値のデータモデルに使用するデータの種類を決定するDateTimeEditorValue設定
解説
セルの Value プロパティを設定する場合は、Value プロパティが、このプロパティで指定された型と一致するようにしてください。
使用例
次のサンプルコードは、モデルにシリアル値を書き込みます。
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
参照

DateTimeCellType クラス
DateTimeCellType メンバ
DateTimeEditorValue 列挙体
SetEditorValue メソッド

 

 


© MESCIUS inc. All rights reserved.