Point.DataLabel Property

Returns a DataLabel object that represents the data label associated with the point. Read-only.

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

Syntax

'Declaration
ReadOnly Property DataLabel As DataLabel
    Get
'Usage
Dim instance As Point
Dim value As DataLabel

value = instance.DataLabel
DataLabel DataLabel { get; }

Property Value

Type: Microsoft.Office.Interop.Word.DataLabel
DataLabel

See Also

Reference

Point Interface

Point Members

Microsoft.Office.Interop.Word Namespace