InlineShape.OLEFormat Property
Returns a OLEFormat object that represents the OLE characteristics (other than linking) for the specified InlineShape.
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 InlineShape
Dim value As OLEFormat
value = instance.OLEFormat
OLEFormat OLEFormat { get; }
Property Value
Type: Microsoft.Office.Interop.Word.OLEFormat