Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxCollection Class / Number3 Property


In This Topic
    Number3 Property (CharBoxCollection)
    In This Topic
    Gets a template set of CharBox for number style.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property Number3 As CharBox()
    'Usage
     
    
    Dim value() As CharBox
     
    value = CharBoxCollection.Number3
    public static CharBox[] Number3 {get;}
    See Also