Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CharBoxInfoCollection Class / Number1 Property


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