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