ControlSite.OLEType Property

Definition

Gets the ControlSite type.

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

Property Value

One of the following XlOLEType values: xlOLELink if the object is linked (it exists outside of the file), or xlOLEEmbed if the object is embedded (it is entirely contained within the file).

Applies to