Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / DropDownCalculator Property


In This Topic
DropDownCalculator Property (GcNumber)
In This Topic
Gets the DropDownCalculator instance which the user can custom the drop down calculator.
Syntax
'Declaration
 
Public ReadOnly Property DropDownCalculator As DropDownCalculator
 
'Usage
 
Dim instance As GcNumber
Dim value As DropDownCalculator
 
value = instance.DropDownCalculator

Property Value

A DropDownCalculator instance.
Remarks
The dropdown calculator control can be customized by setting this DropDownCalculator property.
See Also