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


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

    Property Value

    An AlternateText value that indicates the EmptyEra instance.
    See Also