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


In This Topic
Title Property (IShape)
In This Topic
Gets or sets the title of the alternative text associated with the specified shape
Syntax
'Declaration
 
Property Title As String
 
'Usage
 
Dim instance As IShape
Dim value As String
 
instance.Title = value
 
value = instance.Title

Property Value

The title of the alternative text.
See Also