# GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_CellType_ICellTypeCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand" class="text-break">ICellTypeCommand Interface
</h1>
  <div class="markdown level0 summary"><p>Define the command of a celltype can excecute when input special key</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.html">GrapeCity.Wpf.SpreadSheet.CellType</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_CellType_ICellTypeCommand_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICellTypeCommand</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICellTypeCommand</code></pre>
  </div>
  <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_Wpf_SpreadSheet_CellType_ICellTypeCommand_CanExecute_GrapeCity_Wpf_SpreadSheet_CellType_CellTypeCommandParameter_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand.CanExecute(GrapeCity.Wpf.SpreadSheet.CellType.CellTypeCommandParameter)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand.CanExecute.html#GrapeCity_Wpf_SpreadSheet_CellType_ICellTypeCommand_CanExecute_GrapeCity_Wpf_SpreadSheet_CellType_CellTypeCommandParameter_">CanExecute(CellTypeCommandParameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the method that determines whether the command can execute in its current state.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_CellType_ICellTypeCommand_Execute_GrapeCity_Wpf_SpreadSheet_CellType_CellTypeCommandParameter_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand.Execute(GrapeCity.Wpf.SpreadSheet.CellType.CellTypeCommandParameter)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.ICellTypeCommand.Execute.html#GrapeCity_Wpf_SpreadSheet_CellType_ICellTypeCommand_Execute_GrapeCity_Wpf_SpreadSheet_CellType_CellTypeCommandParameter_">Execute(CellTypeCommandParameter)</a>
        </td>
        <td class="markdown level1 summary"><p>Defines the method to be called when the command is invoked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
