InlineShape.AlternativeText Property
Returns or sets the alternative text associated with a shape in a Web page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AlternativeText As String
Get
Set
'Usage
Dim instance As InlineShape
Dim value As String
value = instance.AlternativeText
instance.AlternativeText = value
string AlternativeText { get; set; }
Property Value
Type: System.String