Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ComboBoxAlternateTextInfo Class / Null Property


In This Topic
Null Property (ComboBoxAlternateTextInfo)
In This Topic
Gets the Null instance of the AlternateTextInfo type.
Syntax
'Declaration
 
Public ReadOnly Property Null As AlternateTextInfo
 
'Usage
 
Dim instance As ComboBoxAlternateTextInfo
Dim value As AlternateTextInfo
 
value = instance.Null

Property Value

An AlternateText value that indicates the Null instance.
See Also