Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberEditingControl Class / SwitchSign Method


In This Topic
    SwitchSign Method (GcNumberEditingControl)
    In This Topic
    Switches the sign of value.
    Syntax
    'Declaration
     
    
    Public Sub SwitchSign() 
    'Usage
     
    
    Dim instance As GcNumberEditingControl
     
    instance.SwitchSign()
    public void SwitchSign()
    Remarks
    This method mainly used by GcShortcut's behaviors.
    See Also