[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IContainer.Width

Width Property

Width

Gets or sets the width of the object.

This value is measured in worksheet units. Use WidthInPixel to retrieve the width in pixels.

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