PowerTools SPREAD for Windows Forms 8.0J
Spin プロパティ (GcDateTimeCellType)


スピン機能の設定を取得します。
構文
'Declaration
 
Public ReadOnly Property Spin As DateSpin
'使用法
 
Dim instance As GcDateTimeCellType
Dim value As DateSpin
 
value = instance.Spin
public DateSpin Spin {get;}

プロパティ値

スピン機能の設定を示す DateSpin 値。
解説
このSpin プロパティを設定することで、スピン動作をカスタマイズできます。
次のサンプルコードは、Spin プロパティを使用します。
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
参照

GcDateTimeCellType クラス
GcDateTimeCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.