Table.Descr Property
Gets or sets a string that contains a description for the specified table.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Descr As String
Get
Set
'Usage
Dim instance As Table
Dim value As String
value = instance.Descr
instance.Descr = value
string Descr { get; set; }
Property Value
Type: System.String
A description for the specified table.
Remarks
Read/write. Use this property to provide an alternative text description for a table. This property adds text to the Description 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.