[]
Represents a floating container in a sheet.
public interface IContainer
Public Interface IContainer
Name | Description |
---|---|
Height | Gets or sets the height of the object. |
HeightInPixel | Gets or sets the height (in pixels) of the object. |
Left | Gets or 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). |
LeftInPixel | Gets or 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). |
Top | Gets or sets the distance from the top edge of the topmost shape in the shape range to the top edge of the worksheet. |
TopInPixel | Gets or sets the distance (in pixels) from the top edge of the topmost shape in the shape range to the top edge of the worksheet. |
Width | Gets or sets the width of the object. |
WidthInPixel | Gets or sets the width (in pixels) of the object. |