Spread Windows Forms 12.0 Product Documentation
Text Property (AlternateTextInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > AlternateTextInfo Class : Text Property
Gets or sets the alternate text.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As AlternateTextInfo
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 for display when the AlternateText is shown.
See Also

Reference

AlternateTextInfo Class
AlternateTextInfo Members