Gets the distance (in pixels) from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
Sets the distance (in pixels) from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
Gets the distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet.
setTop
voidsetTop(double value)
Sets the distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet.
getLeft
doublegetLeft()
Gets the distance from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
setLeft
voidsetLeft(double value)
Sets the distance from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
getWidth
doublegetWidth()
Gets the width of the object.
setWidth
voidsetWidth(double value)
Sets the width of the object.
getHeight
doublegetHeight()
Gets the height of the object.
setHeight
voidsetHeight(double value)
Sets the height of the object.
getTopInPixel
doublegetTopInPixel()
Gets the distance (in pixels) from the top edge of the topmost shape in the shape range to the top edge of the worksheet.
setTopInPixel
voidsetTopInPixel(double value)
Sets the distance (in pixels) from the top edge of the topmost shape in the shape range to the top edge of the worksheet.
getLeftInPixel
doublegetLeftInPixel()
Gets the distance (in pixels) from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).
setLeftInPixel
voidsetLeftInPixel(double value)
Sets the distance (in pixels) from the left edge of the object to the left edge of column A (on a worksheet) or the left edge of the chart area (on a chart).