[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IDrawingObject

IDrawingObject Interface

Represents an object in the drawing layer.

Namespace: GrapeCity.Spreadsheet.Drawing
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface IDrawingObject
Public Interface IDrawingObject

Properties

Name Description
BottomRightCell

Gets an IRange object that represents the cell that lies under the lower-right corner of the shape.

Height

Gets or sets a int value that represents the height, in pixels, of the shape.

Left

Gets or sets a int value that represents the distance, in pixels, from the left edge of the shape to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).

Locked

Gets or sets a value indicating whether this GrapeCity.Drawing.IDrawingContext is locked.

Name

Gets or sets a string value representing the name of the shape.

Placement

Gets or sets an Placement value that represents the way the shape is attached to the cells below it.

PrintObject

Gets or sets a boolean value indicating whether the object will be printed when the document is printed.

Top

Gets or sets a int value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet.

TopLeftCell

Gets an IRange object that represents the cell that lies under the upper-left corner of the shape.

Visible

Gets or sets a boolean value that determines whether the shape is visible.

Width

Gets or sets a int value that represents the width, in pixels, of the shape.

ZOrderPosition

Gets the position of the specified shape in the z-order.