Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberAlternateText Class / Zero Property


In This Topic
    Zero Property (NumberAlternateText)
    In This Topic
    Gets the Zero instance of the AlternateText type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Zero As AlternateText
    'Usage
     
    
    Dim instance As NumberAlternateText
    Dim value As AlternateText
     
    value = instance.Zero
    public AlternateText Zero {get;}

    Property Value

    An AlternateText value that indicates the Zero instance.
    See Also