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


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