_OLEObject.OLEType Property

Definition

Returns the OLE object type. Can be one of the following XlOLEType constants: xlOLELink or xlOLEEmbed. Returns xlOLELink if the object is linked (it exists outside of the file) or returns xlOLEEmbed if the object is embedded (it's entirely contained within the file). Read-only Object.

public:
 property System::Object ^ OLEType { System::Object ^ get(); };
public object OLEType { get; }
Public ReadOnly Property OLEType As Object

Property Value

Applies to