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

スピン動作による値の変化量を取得または設定します。
構文
'宣言
 
Public Property IncrementValue As TimeSpan
public TimeSpan IncrementValue {get; set;}

プロパティ値

最小値を示す System.TimeSpan
使用例
次のサンプルコードは、IncrementValue プロパティを使用します。
GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType datecell = new GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType();
datecell.Spin.AllowSpin = true;
datecell.Spin.IncrementValue = new TimeSpan(2);
fpSpread1.Sheets[0].Cells[0, 0].CellType = datecell;
Dim datecell As New GrapeCity.Win.Spread.InputMan.CellType.GcDateTimeCellType()
datecell.Spin.AllowSpin = True
datecell.Spin.IncrementValue = New TimeSpan(2)
fpSpread1.Sheets(0).Cells(0, 0).CellType = datecell
参照

DateSpin クラス
DateSpin メンバ

 

 


© MESCIUS inc. All rights reserved.