Table.Title Property
Gets or sets a string that contains a title for the specified table.
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 Table
Dim value As String
value = instance.Title
instance.Title = value
string Title { get; set; }
Property Value
Type: System.String
A title for the specified table.
Remarks
Read/write. Use this property to provide an alternative text title for a table. This property adds title text to the Title text box on the Alt Text tab of the Table Properties dialog box in Microsoft Word 2010.
Warning
Web browsers display alternative text while tables are loading or if they are missing. Web search engines use the alternative text to help find Web pages. Alternative text is also used to assist disabilities.