ShapeRange.Title Property

Gets or sets a string that contains a title for the shapes in the specified shape range.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Title As String
    Get
    Set
'Usage
Dim instance As ShapeRange
Dim value As String

value = instance.Title

instance.Title = value
string Title { get; set; }

Property Value

Type: System.String
a string that contains a title for the shapes in the specified shape range.

Remarks

Read/write. Use this property to provide an alternative text title for a shape. This property adds title text to the Title text box on the Alt Text pane of the Format Shape dialog box in Microsoft Word 2010.

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Word Namespace