GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / AlternativeText Property


In This Topic
AlternativeText Property (IShape)
In This Topic
Gets or sets the descriptive (alternative) text string for an IShape object.
Syntax
'Declaration
 
Property AlternativeText As String
 
'Usage
 
Dim instance As IShape
Dim value As String
 
instance.AlternativeText = value
 
value = instance.AlternativeText

Property Value

The alternative text.
See Also