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

ユーザーがドロップダウン電卓のカスタマイズに使用できるDropDownCalculatorインスタンスを取得します。
構文
'宣言
 
Public ReadOnly Property DropDownCalculator As DropDownCalculatorInfo
public DropDownCalculatorInfo DropDownCalculator {get;}

プロパティ値

DropDownCalculatorインスタンス
解説
このDropDownCalculatorプロパティを設定することで、ドロップダウン電卓コントロールをカスタマイズできます。
使用例
次のサンプルコードは、電卓のプロパティを設定します。
GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType ncell1 = new GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType();
ncell1.DropDownCalculator.BackColor = Color.Bisque;
ncell1.DropDownCalculator.BorderStyle = BorderStyle.FixedSingle;
fpSpread1.ActiveSheet.Cells[1, 1].CellType = ncell1;
Dim ncell1 As New GrapeCity.Win.Spread.InputMan.CellType.GcNumberCellType()
ncell1.DropDownCalculator.BackColor = Color.Bisque
ncell1.DropDownCalculator.BorderStyle = BorderStyle.FixedSingle
fpSpread1.ActiveSheet.Cells(1, 1).CellType = ncell1
参照

GcNumberCellType クラス
GcNumberCellType メンバ

 

 


© MESCIUS inc. All rights reserved.