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


In This Topic
    ThreeZero Method (GcNumber)
    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 ReadOnly property takes effect about this method.
    See Also