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


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