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


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

    Property Value

    An AlternateText value that indicates the DisplayNull instance.
    See Also