# GrapeCity.Documents.Excel.ICellControl.Type

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_ICellControl_Type_" data-uid="GrapeCity.Documents.Excel.ICellControl.Type*">Type Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_ICellControl_Type_" data-uid="GrapeCity.Documents.Excel.ICellControl.Type*"></a>
<h4 id="GrapeCity_Documents_Excel_ICellControl_Type" data-uid="GrapeCity.Documents.Excel.ICellControl.Type">Type</h4>
<div class="markdown level1 summary"><p>Gets the cell control type for the associated range.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">CellControlType Type { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property Type As CellControlType</code></pre>
</div>
<h5 id="GrapeCity_Documents_Excel_ICellControl_Type_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If all cells in the range have the same control type, that type is returned.
If the range contains mixed control types or no control, <a class="xref" href="GrapeCity.Documents.Excel.CellControlType.html#GrapeCity_Documents_Excel_CellControlType_None">None</a> is returned.</p>
</div>
</div>
