Table.ID Property

Returns or sets the identifying label for the specified object when the current document is saved as a Web page.

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

Syntax

'Declaration
Property ID As String
    Get
    Set
'Usage
Dim instance As Table
Dim value As String

value = instance.ID

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

Property Value

Type: System.String

Remarks

With the exception of the Editor object, you can use a label as a hyperlink reference from other Web pages or from within the current document.

See Also

Reference

Table Interface

Table Members

Microsoft.Office.Interop.Word Namespace