[]
Appends an XLShape object to the collection.
public XLShape Add(XLShape shape)
Public Function Add(shape As XLShape) As XLShape
| Type | Name | Description |
|---|---|---|
| XLShape | shape | XLShape object to add to the collection. |
| 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). |