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


In This Topic
    SetZero Method (GcNumber)
    In This Topic
    Reset the value to System.Decimal.Zero.
    Syntax
    'Declaration
     
    
    Public Sub SetZero() 
    'Usage
     
    
    Dim instance As GcNumber
     
    instance.SetZero()
    public void SetZero()
    Remarks
    This method mainly used for the GcShortcut. And the EditBase.ReadOnly property takes effect about this method.
    See Also