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


In This Topic
    Text Property (AlternateText)
    In This Topic
    Gets or sets the alternate text.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    'Usage
     
    
    Dim instance As AlternateText
    Dim value As String
     
    instance.Text = value
     
    value = instance.Text
    public string Text {get; set;}

    Property Value

    A string value that indicates the text.
    Remarks
    This property retrieves the text displayed when the AlternateText shown.
    See Also