MESCIUS SPREAD for Windows Forms 17.0J
Spin プロパティ (GcDateTimeCellType)

スピン機能の設定を取得します。
構文
'Declaration
 
Public ReadOnly Property Spin As DateSpin
public DateSpin Spin {get;}

プロパティ値

テキストの回転を示すDateSpin値。
解説
この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 メンバ

 

 


© MESCIUS inc. All rights reserved.