[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer.Height

Height Property

Height

Gets or sets the height of the object.

This value is measured in worksheet units. Use HeightInPixel to retrieve the height in pixels.

Declaration
double Height { get; set; }
Property Height As Double
Examples
IContainer container = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 20, 30, 120, 60);
double height = container.Height;