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


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

    Property Value

    An AlternateText value that indicates the Null instance.
    See Also