Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / SwitchSign Method


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