Add Method
Add(GraphicObject)
Adds a graphic object to the graphic object collection.
Declaration
void Add(GraphicObject obj)
Sub Add(obj As GraphicObject)
Parameters
Type |
Name |
Description |
GraphicObject |
obj |
The GrapeCity.Spreadsheet.Drawing.GraphicObject to add to the graphic object collection.
|