# GrapeCity.Spreadsheet.Drawing.IGraphicObjects.Add

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_IGraphicObjects_Add_" data-uid="GrapeCity.Spreadsheet.Drawing.IGraphicObjects.Add*">Add Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_IGraphicObjects_Add_" data-uid="GrapeCity.Spreadsheet.Drawing.IGraphicObjects.Add*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_IGraphicObjects_Add_GrapeCity_Spreadsheet_Drawing_GraphicObject_" data-uid="GrapeCity.Spreadsheet.Drawing.IGraphicObjects.Add(GrapeCity.Spreadsheet.Drawing.GraphicObject)">Add(GraphicObject)</h4>
<div class="markdown level1 summary"><p>Adds a graphic object to the graphic object collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Add(GraphicObject obj)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub Add(obj As GraphicObject)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><span class="xref">GraphicObject</span></td>
      <td><span class="parametername">obj</span></td>
      <td><p>The <span class="xref">GrapeCity.Spreadsheet.Drawing.GraphicObject</span> to add to the graphic object collection.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
