# GrapeCity.Spreadsheet.Drawing.ICalloutFormat.PresetDrop

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_PresetDrop_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.PresetDrop*">PresetDrop Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_PresetDrop_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.PresetDrop*"></a>
<h4 id="GrapeCity_Spreadsheet_Drawing_ICalloutFormat_PresetDrop_GrapeCity_Spreadsheet_Drawing_CalloutDropType_" data-uid="GrapeCity.Spreadsheet.Drawing.ICalloutFormat.PresetDrop(GrapeCity.Spreadsheet.Drawing.CalloutDropType)">PresetDrop(CalloutDropType)</h4>
<div class="markdown level1 summary"><p>Specifies whether the callout line attaches to the top, bottom, or center of the callout text box or whether it attaches at a point
that is a specified distance from the top or bottom of 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 PresetDrop(CalloutDropType dropType)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Sub PresetDrop(dropType As CalloutDropType)</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="GrapeCity.Spreadsheet.Drawing.CalloutDropType.html">CalloutDropType</a></td>
      <td><span class="parametername">dropType</span></td>
      <td><p>The starting position of the callout line relative to the text bounding box.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
