ControlSite.OLEType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).