Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpanCellType Class / AlternateText Property


In This Topic
    AlternateText Property (GcTimeSpanCellType)
    In This Topic
    Gets the alternate text setting.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AlternateText As TimeSpanAlternateTextInfo
    'Usage
     
    
    Dim instance As GcTimeSpanCellType
    Dim value As TimeSpanAlternateTextInfo
     
    value = instance.AlternateText
    public TimeSpanAlternateTextInfo AlternateText {get;}

    Property Value

    A TimeSpanAlternateText value that indicates the alternate text.
    Remarks
    This property specifies how to show alternative text when the value is TimeSpanAlternateText.Zero or TimeSpanAlternateText.Null in edit mode and display mode.
    See Also