# GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomDrop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomDrop_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomDrop*">CustomDrop Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomDrop_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomDrop*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomDrop_System_Int32_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomDrop(System.Int32)">CustomDrop(int)</h4>
<div class="markdown level1 summary"><p>Sets the vertical distance (in pixels) from the edge of the text bounding box to the place where the callout line attaches to the text box.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void CustomDrop(int drop)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub CustomDrop(drop As Integer)</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">drop</span></td>
      <td><p>The drop distance, in pixels.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_CustomDrop_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This distance is measured from the top of the text box unless the AutoAttach property is set to True and the text box is to the left of the origin of the callout line
(the place that the callout points to), in which case the drop distance is measured from the bottom of the text box.</p>
</div>
</div>
