OLEObject Members (2003 System)

Include Protected Members
Include Inherited Members

Represents a linked or embedded control on a worksheet.

The OLEObject type exposes the following members.

Methods

  Name Description
ms179935.pubmethod(en-us,VS.89).gif Activate Activates the OLEObject.
ms179935.pubmethod(en-us,VS.89).gif BringToFront Brings the OLEObject to the front of the z-order.
ms179935.pubmethod(en-us,VS.89).gif Copy Copies the OLEObject to the Clipboard.
ms179935.pubmethod(en-us,VS.89).gif CopyPicture Copies the OLEObject to the Clipboard as a picture.
ms179935.pubmethod(en-us,VS.89).gif Cut Cuts the OLEObject to the Clipboard.
ms179935.pubmethod(en-us,VS.89).gif Delete Deletes the OLEObject.
ms179935.pubmethod(en-us,VS.89).gif Duplicate Duplicates the OLEObject and returns a reference to the new copy.
ms179935.pubmethod(en-us,VS.89).gif Equals (Inherited from Object.)
ms179935.protmethod(en-us,VS.89).gif Finalize (Inherited from Object.)
ms179935.pubmethod(en-us,VS.89).gif GetHashCode (Inherited from Object.)
ms179935.pubmethod(en-us,VS.89).gif GetType (Inherited from Object.)
ms179935.protmethod(en-us,VS.89).gif MemberwiseClone (Inherited from Object.)
ms179935.pubmethod(en-us,VS.89).gif Select Selects the OLEObject.
ms179935.pubmethod(en-us,VS.89).gif SendToBack Sends the OLEObject to the back of the z-order.
ms179935.pubmethod(en-us,VS.89).gif ToString (Inherited from Object.)
ms179935.pubmethod(en-us,VS.89).gif Update Updates the link.
ms179935.pubmethod(en-us,VS.89).gif Verb Sends a verb to the server of the OLEObject.

Top

Properties

  Name Description
ms179935.pubproperty(en-us,VS.89).gif AltHTML Infrastructure.
ms179935.pubproperty(en-us,VS.89).gif Application Gets the creator of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif AutoLoad Gets or sets a value that indicates whether the OLEObject is automatically loaded when the workbook that contains it is opened.
ms179935.pubproperty(en-us,VS.89).gif AutoUpdate Gets or sets a value that indicates whether the OLEObject is updated automatically when the source changes.
ms179935.pubproperty(en-us,VS.89).gif Border Gets the border of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif BottomRightCell Gets a Range that represents the cell that lies under the lower-right corner of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Creator Gets a value that indicates the application in which the OLEObject was created.
ms179935.pubproperty(en-us,VS.89).gif Enabled Gets or sets a value that indicates whether the OLEObject is enabled.
ms179935.pubproperty(en-us,VS.89).gif Height Gets or sets the height, in points, of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Index Gets the index number of the OLEObject within the collection of similar objects.
ms179935.pubproperty(en-us,VS.89).gif Interior Gets the interior of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Left Gets or sets the distance, in points, from the left edge of the OLEObject to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
ms179935.pubproperty(en-us,VS.89).gif LinkedCell Gets or sets a value that identifies the range linked to the value of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif ListFillRange Gets or sets a value that identifies the range used to fill the specified list box.
ms179935.pubproperty(en-us,VS.89).gif Locked Gets or sets a value that indicates whether the OLEObject is locked.
ms179935.pubproperty(en-us,VS.89).gif Name Gets or sets the name of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Object Gets the OLE Automation object associated with the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif OLEType Gets the OLEObject type.
ms179935.pubproperty(en-us,VS.89).gif OnAction Infrastructure.
ms179935.pubproperty(en-us,VS.89).gif Parent Gets the parent object for the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Placement Gets or sets a value that indicates how the OLEObject is attached to the cells below it.
ms179935.pubproperty(en-us,VS.89).gif PrintObject Gets or sets a value that indicates whether the OLEObject is printed when the document is printed.
ms179935.pubproperty(en-us,VS.89).gif progID Gets the programmatic identifiers for the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Shadow Gets or sets a value that indicates whether the font is a shadow font or if the OLEObject has a shadow.
ms179935.pubproperty(en-us,VS.89).gif ShapeRange Gets a ShapeRange that represents the specified OLEObject.
ms179935.pubproperty(en-us,VS.89).gif SourceName Gets or sets the link source name of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Top Gets or sets the distance, in points, from the top edge of the OLEObject to the top of row 1 (on a worksheet) or the top of the chart area (on a chart).
ms179935.pubproperty(en-us,VS.89).gif TopLeftCell Gets a Range that represents the cell that lies under the upper-left corner of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif Visible Gets or sets a value that indicates whether the OLEObject is visible.
ms179935.pubproperty(en-us,VS.89).gif Width Gets or sets the width, in points, of the OLEObject.
ms179935.pubproperty(en-us,VS.89).gif ZOrder Gets the z-order position of the OLEObject.

Top

See Also

Reference

OLEObject Class

Microsoft.Office.Tools.Excel Namespace