Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / AlternateText Property


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

Property Value

A TimeSpanAlternateText value indicates the alternate-text.
Remarks
This property is set to show an alternative text when value of the control is TimeSpanAlternateText.Zero or TimeSpanAlternateText.Null in edit mode and display mode.
See Also