[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShape.AutoShapeType

AutoShapeType Property

AutoShapeType

Gets or sets the auto shape type of the specified IShape object.

This property applies to shape objects that support auto shape geometry.

Declaration
AutoShapeType AutoShapeType { get; set; }
Property AutoShapeType As AutoShapeType
Examples
IShape shape = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 20, 20, 120, 60);
AutoShapeType shapeType = shape.AutoShapeType;