# GrapeCity.Spreadsheet.Drawing.IConnectorFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat" class="text-break">IConnectorFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Contains properties and methods that apply to connectors.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConnectorFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IConnectorFormat</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_Drawing_IConnectorFormat_BeginConnected" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnected">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnected.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginConnected">BeginConnected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the beginning of the specified connector is connected to a shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginConnectedShape" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnectedShape">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnectedShape.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginConnectedShape">BeginConnectedShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShape.html">IShape</a> object that represents the shape that the beginning of the specified connector is attached to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginConnectionSite" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnectionSite">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnectionSite.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginConnectionSite">BeginConnectionSite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer that specifies the connection site that the beginning of a connector is connected to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnected" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnected">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnected.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnected">EndConnected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the end of the specified connector is connected to a shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnectedShape" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnectedShape">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnectedShape.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnectedShape">EndConnectedShape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IShape.html">IShape</a> object that represents the shape that the end of the specified connector is attached to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnectionSite" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnectionSite">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnectionSite.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnectionSite">EndConnectionSite</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an integer that specifies the connection site that the end of a connector is connected to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_Type" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.Type.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.Drawing.ConnectorType.html">ConnectorType</a> value that represents the connector format type.</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_Drawing_IConnectorFormat_BeginConnect_GrapeCity_Spreadsheet_Drawing_IShape_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnect(GrapeCity.Spreadsheet.Drawing.IShape,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginConnect.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginConnect_GrapeCity_Spreadsheet_Drawing_IShape_System_Int32_">BeginConnect(IShape, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Attaches the beginning of the specified connector to a specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginDisconnect" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginDisconnect">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.BeginDisconnect.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_BeginDisconnect">BeginDisconnect()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches the beginning of the specified connector from the shape it's attached to.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnect_GrapeCity_Spreadsheet_Drawing_IShape_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnect(GrapeCity.Spreadsheet.Drawing.IShape,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndConnect.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndConnect_GrapeCity_Spreadsheet_Drawing_IShape_System_Int32_">EndConnect(IShape, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Attaches the end of the specified connector to a specified shape.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndDisconnect" data-uid="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndDisconnect">
          <a class="xref" href="GrapeCity.Spreadsheet.Drawing.IConnectorFormat.EndDisconnect.html#GrapeCity_Spreadsheet_Drawing_IConnectorFormat_EndDisconnect">EndDisconnect()</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches the end of the specified connector from the shape it's attached to.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
