MESCIUS SPREAD for Windows Forms 17.0J
IncrementValue プロパティ (DateSpin)

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

プロパティ値

最小値を示す System.TimeSpan
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.