[]
        
(Showing Draft Content)

C1.Excel.ShapeCollection.Add

Add Method

Add(XLShape)

Appends an XLShape object to the collection.

Declaration
public XLShape Add(XLShape shape)
Parameters
Type Name Description
XLShape shape

XLShape object to add to the collection.

Returns
Type Description
XLShape

A reference to the object if it was successfully added to the collection, or null if the object could not be added to the collection (usually because it overlaps another cell range already in the collection).