Back to Devexpress

ShapeCollection.AddShape Method

officefileapi-devexpress-dot-spreadsheet-dot-shapecollection-dot-addshape.md

latest1014 B
Original Source

ShapeCollection.AddShape Method

NameParametersDescription
AddShape(ShapeGeometryPreset, Cell, Single, Single)shapePreset, topLeftCell, width, heightInserts a shape so that its top left corner is located at the specified cell.
AddShape(ShapeGeometryPreset, CellRange)shapePreset, targetRangeInserts a shape to fit in the specified range.
AddShape(ShapeGeometryPreset, Single, Single, Single, Single)shapePreset, x, y, width, heightInserts a shape with a specific geometry type.