Search
Picture Members
Methods
 


Represents a picture in a drawing within a worksheet.

The following tables list the members exposed by the Picture type.

 Public Methods

  Name Description

bringForward

Moves this object one step up in the z-order. (Inherited from InteractiveObject.)

bringToFront

Brings this object to the top of the z-order. (Inherited from InteractiveObject.)

dispose

Disposes this object of any unmanaged resources it might hold. (Inherited from InteractiveObject.)

getAnchor

Gets the anchor of this object. (Inherited from InteractiveObject.)

getAnchorPosition

Gets the anchor position of this object. (Inherited from InteractiveObject.)

getDescription

Gets the object description. (Inherited from InteractiveObject.)

getFromColumn

Gets the zero-based index of the column of the cell to which the object is anchored. (Inherited from InteractiveObject.)

getFromRow

Gets the zero-based index of the row of the cell to which the object is anchored. (Inherited from InteractiveObject.)

getHeight

Gets the desired height, or null, to calculate the height automatically. (Inherited from InteractiveObject.)

getHorizontalOffset

Gets the horizontal offset of the object from its anchor. (Inherited from InteractiveObject.)

getLineColor

Gets the outline color of this object. (Inherited from InteractiveObject.)

getLineSize

Gets the thickness of the object's outline. (Inherited from InteractiveObject.)

getLineStyle

Gets the style of the object's outline. (Inherited from InteractiveObject.)

getLocked

Gets a value indicating whether this object can be interacted with. (Inherited from InteractiveObject.)

getSource

Gets the image source of the picture.

getTitle

Gets the object title. (Inherited from InteractiveObject.)

getVerticalOffset

Gets the vertical offset of the object from its origin. (Inherited from InteractiveObject.)

getWidth

Gets the desired width, or null, to calculate width automatically. (Inherited from InteractiveObject.)

isLockedToCell

Gets a value indicating whether this object is always locked to a cell in the worksheet. (Inherited from InteractiveObject.)

sendBackward

Moves this object one step down in the z-order. (Inherited from InteractiveObject.)

sendToBack

Sends this object to the bottom of the z-order. (Inherited from InteractiveObject.)

setAnchor

Sets the anchor of this object. (Inherited from InteractiveObject.)

setAnchorPosition

Sets the anchor position of this object. (Inherited from InteractiveObject.)

setDescription

Sets the object description. (Inherited from InteractiveObject.)

setFromColumn

Sets the zero-based index of the column of the cell to which the object is anchored. (Inherited from InteractiveObject.)

setFromRow

Sets the zero-based index of the row of the cell to which the object is anchored. (Inherited from InteractiveObject.)

setHeight

Sets the desired height, or null, to calculate the height automatically. (Inherited from InteractiveObject.)

setHorizontalOffset

Sets the horizontal offset of the object from its anchor. (Inherited from InteractiveObject.)

setLineColor

Sets the outline color of this object. (Inherited from InteractiveObject.)

setLineSize

Sets the thickness of the object's outline. (Inherited from InteractiveObject.)

setLineStyle

Sets the style of the object's outline. (Inherited from InteractiveObject.)

setLocked

Sets a value indicating whether this object can be interacted with. (Inherited from InteractiveObject.)

setSource

Sets the image source of the picture.

setTitle

Sets the object title. (Inherited from InteractiveObject.)

setVerticalOffset

Sets the vertical offset of the object from its origin. (Inherited from InteractiveObject.)

setWidth

Sets the desired width, or null, to calculate width automatically. (Inherited from InteractiveObject.)

 Protected Methods

  Name Description

getExtendsOutsideBounds

Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle. (Inherited from InteractiveObject.)

getRegardsMergedCells

Gets a value indicating whether this object is positioned relatively to the bounding rectangle of the merged cell if the object's cell is a part of a merged cell. (Inherited from InteractiveObject.)

onResized

This method is called when the object's size is changed. (Inherited from InteractiveObject.)

 See Also