DataLabel.Position Property

Returns or sets a XlDataLabelPosition value that represents the position of the data label.

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

Syntax

'Declaration
Property Position As XlDataLabelPosition
    Get
    Set
'Usage
Dim instance As DataLabel
Dim value As XlDataLabelPosition

value = instance.Position

instance.Position = value
XlDataLabelPosition Position { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.XlDataLabelPosition
XlDataLabelPosition

See Also

Reference

DataLabel Interface

DataLabel Members

Microsoft.Office.Interop.Word Namespace