Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateAlternateTextInfo Class / EmptyEra Property


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

    Property Value

    An AlternateText value that indicates the EmptyEra instance.
    See Also