[]
Gets or sets the height of the object.
This value is measured in worksheet units. Use HeightInPixel to retrieve the height in pixels.
double Height { get; set; }
Property Height As Double
IContainer container = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 20, 30, 120, 60);
double height = container.Height;