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


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

    Property Value

    An AlternateText value that indicates the EmptyEra instance.
    See Also