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


In This Topic
    ThreeZero Method
    In This Topic
    The method used to append three zero to thecurrent value.
    Syntax
    'Declaration
     
    
    Public Sub ThreeZero() 
    'Usage
     
    
    Dim instance As GcNumber
     
    instance.ThreeZero()
    public void ThreeZero()
    Remarks
    This method mainly used by GcShortcut's behaviors. And the EditBase.ReadOnly property takes effect about this method.
    See Also