Search
InteractiveObject Members
Constructors Methods
 


Represents a worksheet object that can be modified interactively by the user.

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

 Protected Constructors

  Name Description

InteractiveObject

Initializes a new instance of the InteractiveObject class.

 Public Methods

  Name Description

bringForward

Moves this object one step up in the z-order.

bringToFront

Brings this object to the top of the z-order.

dispose

Disposes this object of any unmanaged resources it might hold.

getAnchor

Gets the anchor of this object.

getAnchorPosition

Gets the anchor position of this object.

getDescription

Gets the object description.

getFromColumn

Gets the zero-based index of the column of the cell to which the object is anchored.

getFromRow

Gets the zero-based index of the row of the cell to which the object is anchored.

getHeight

Gets the desired height, or null, to calculate the height automatically.

getHorizontalOffset

Gets the horizontal offset of the object from its anchor.

getLineColor

Gets the outline color of this object.

getLineSize

Gets the thickness of the object's outline.

getLineStyle

Gets the style of the object's outline.

getLocked

Gets a value indicating whether this object can be interacted with.

getTitle

Gets the object title.

getVerticalOffset

Gets the vertical offset of the object from its origin.

getWidth

Gets the desired width, or null, to calculate width automatically.

isLockedToCell

Gets a value indicating whether this object is always locked to a cell in the worksheet.

sendBackward

Moves this object one step down in the z-order.

sendToBack

Sends this object to the bottom of the z-order.

setAnchor

Sets the anchor of this object.

setAnchorPosition

Sets the anchor position of this object.

setDescription

Sets the object description.

setFromColumn

Sets the zero-based index of the column of the cell to which the object is anchored.

setFromRow

Sets the zero-based index of the row of the cell to which the object is anchored.

setHeight

Sets the desired height, or null, to calculate the height automatically.

setHorizontalOffset

Sets the horizontal offset of the object from its anchor.

setLineColor

Sets the outline color of this object.

setLineSize

Sets the thickness of the object's outline.

setLineStyle

Sets the style of the object's outline.

setLocked

Sets a value indicating whether this object can be interacted with.

setTitle

Sets the object title.

setVerticalOffset

Sets the vertical offset of the object from its origin.

setWidth

Sets the desired width, or null, to calculate width automatically.

 Protected Methods

  Name Description

getExtendsOutsideBounds

Gets a value indicating whether this object's visual can extend beyond the object's bounding rectangle.

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.

onResized

This method is called when the object's size is changed.

 See Also