# GrapeCity.Spreadsheet.Charts.ICharts

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_ICharts" data-uid="GrapeCity.Spreadsheet.Charts.ICharts" class="text-break">ICharts Interface
</h1>
  <div class="markdown level0 summary"><p>A collection of all the chart sheets in the specified or active workbook.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_ICharts_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICharts</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICharts</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Count" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Count">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Count.html#GrapeCity_Spreadsheet_Charts_ICharts_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer value that represents the number of charts in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Item.html#GrapeCity_Spreadsheet_Charts_ICharts_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a single chart from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_Int32___" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.Int32[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Item.html#GrapeCity_Spreadsheet_Charts_ICharts_Item_System_Int32___">this[int[]]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> objects by the zero based indexes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Item.html#GrapeCity_Spreadsheet_Charts_ICharts_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a single chart from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Item_System_String___" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Item(System.String[])">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Item.html#GrapeCity_Spreadsheet_Charts_ICharts_Item_System_String___">this[string[]]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChart.html">IChart</a> objects by the chart names.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Add" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Add">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Add.html#GrapeCity_Spreadsheet_Charts_ICharts_Add">Add()</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a chart directly onto the grid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Add_GrapeCity_Spreadsheet_ISheet_GrapeCity_Spreadsheet_ISheet_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Add(GrapeCity.Spreadsheet.ISheet,GrapeCity.Spreadsheet.ISheet,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Add.html#GrapeCity_Spreadsheet_Charts_ICharts_Add_GrapeCity_Spreadsheet_ISheet_GrapeCity_Spreadsheet_ISheet_System_Int32_">Add(ISheet, ISheet, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a chart directly onto the grid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Add_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Add(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Add.html#GrapeCity_Spreadsheet_Charts_ICharts_Add_System_Int32_System_Int32_System_Int32_">Add(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a chart directly onto the grid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Add_System_String_System_String_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Add(System.String,System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Add.html#GrapeCity_Spreadsheet_Charts_ICharts_Add_System_String_System_String_System_Int32_">Add(string, string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a chart directly onto the grid.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Copy_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Copy(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Copy.html#GrapeCity_Spreadsheet_Charts_ICharts_Copy_System_Int32_System_Int32_">Copy(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the sheet to another location in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Copy_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Copy(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Copy.html#GrapeCity_Spreadsheet_Charts_ICharts_Copy_System_String_System_String_">Copy(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the sheet to another location in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Delete" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Delete">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Delete.html#GrapeCity_Spreadsheet_Charts_ICharts_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Delete all charts.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Move_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Move(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Move.html#GrapeCity_Spreadsheet_Charts_ICharts_Move_System_Int32_System_Int32_">Move(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the chart to another location in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Move_System_String_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Move(System.String,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Move.html#GrapeCity_Spreadsheet_Charts_ICharts_Move_System_String_System_String_">Move(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the chart to another location in the workbook.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_ICharts_Select_System_Boolean_" data-uid="GrapeCity.Spreadsheet.Charts.ICharts.Select(System.Boolean)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.ICharts.Select.html#GrapeCity_Spreadsheet_Charts_ICharts_Select_System_Boolean_">Select(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all charts.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
