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