Spread Windows Forms 12.0 Product Documentation
Text Property (AlternateText)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AlternateText Class : Text Property
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

Reference

AlternateText Class
AlternateText Members