ShapeRange.AlternativeText Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property AlternativeText As String
Get
Set
'Usage
Dim instance As ShapeRange
Dim value As String
value = instance.AlternativeText
instance.AlternativeText = value
string AlternativeText { get; set; }
Property Value
Type: System.String