[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer

Interface IContainer

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents a floating container in a sheet.

public interface IContainer

Properties

Height

Gets or sets the height of the object.

double Height { get; set; }

Property Value

double

HeightInPixel

Gets or sets the height (in pixels) of the object.

double HeightInPixel { get; set; }

Property Value

double

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).

double Left { get; set; }

Property Value

double

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).

double LeftInPixel { get; set; }

Property Value

double

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.

double Top { get; set; }

Property Value

double

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.

double TopInPixel { get; set; }

Property Value

double

Width

Gets or sets the width of the object.

double Width { get; set; }

Property Value

double

WidthInPixel

Gets or sets the width (in pixels) of the object.

double WidthInPixel { get; set; }

Property Value

double