Shape.OLEFormat Property

Returns a OLEFormat object that represents the OLE characteristics (other than linking) for the specified shape.

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

Syntax

'Declaration
ReadOnly Property OLEFormat As OLEFormat
    Get
'Usage
Dim instance As Shape
Dim value As OLEFormat

value = instance.OLEFormat
OLEFormat OLEFormat { get; }

Property Value

Type: Microsoft.Office.Interop.Word.OLEFormat

See Also

Reference

Shape Interface

Shape Members

Microsoft.Office.Interop.Word Namespace