Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateAlternateTextInfo Class / Null Property


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

    Property Value

    An AlternateText value that indicates the Null instance.
    See Also