GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / AlternateText Property


In This Topic
AlternateText Property (GcNumberCellType)
In This Topic
Gets the alternate text of the GcNumberCellType control.
Syntax
'Declaration
 
Public ReadOnly Property AlternateText As NumberAlternateTextInfo
 
'Usage
 
Dim instance As GcNumberCellType
Dim value As NumberAlternateTextInfo
 
value = instance.AlternateText

Property Value

A NumberAlternateText value that indicates the NumberAlternateText.
Remarks
This property displays alternate text when the value of the control is Zero or Null in edit mode or display mode.
See Also