# C1.WPF.RichTextBox.C1InsertTableGridPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_RichTextBox_C1InsertTableGridPanel" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel" class="text-break">C1InsertTableGridPanel Class
</h1>
  <div class="markdown level0 summary"><p>A helper panel for <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableTool.html">C1InsertTableTool</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.panel">Panel</a></div>
    <div class="level7"><span class="xref">C1InsertTableGridPanel</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.RichTextBox.html">C1.WPF.RichTextBox</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.RichTextBox.Toolbar.4.6.2.dll</h6>
  <h5 id="C1_WPF_RichTextBox_C1InsertTableGridPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1InsertTableGridPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1InsertTableGridPanel
    Inherits Panel
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel__ctor" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.#ctor">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.-ctor.html#C1_WPF_RichTextBox_C1InsertTableGridPanel__ctor">C1InsertTableGridPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.html">C1InsertTableGridPanel</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_CellSizeProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellSizeProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellSizeProperty.html">CellSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellSize.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_CellSize">CellSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_CellTemplateProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellTemplateProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellTemplateProperty.html">CellTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellTemplate.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_CellTemplate">CellTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_ColumnsProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.ColumnsProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.ColumnsProperty.html">ColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.Columns.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_Columns">Columns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_MinColumnsProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinColumnsProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinColumnsProperty.html">MinColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinColumns.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_MinColumns">MinColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_MinRowsProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinRowsProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinRowsProperty.html">MinRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinRows.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_MinRows">MinRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_RowsProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.RowsProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.RowsProperty.html">RowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.Rows.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_Rows">Rows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_SelectedCellTemplateProperty" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.SelectedCellTemplateProperty">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.SelectedCellTemplateProperty.html">SelectedCellTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.SelectedCellTemplate.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_SelectedCellTemplate">SelectedCellTemplate</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_WPF_RichTextBox_C1InsertTableGridPanel_CellSize" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellSize">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellSize.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_CellSize">CellSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of cell in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_CellTemplate" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.CellTemplate.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_CellTemplate">CellTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for each cell in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_Columns" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.Columns">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.Columns.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the initial number columns in the cell grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_MinColumns" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinColumns">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinColumns.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_MinColumns">MinColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum number of columns in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_MinRows" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinRows">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MinRows.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_MinRows">MinRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mininum number of rows in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_Rows" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.Rows">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.Rows.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the initial number rows in the cell grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_SelectedCellTemplate" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.SelectedCellTemplate">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.SelectedCellTemplate.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_SelectedCellTemplate">SelectedCellTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template for each selected cell in the grid.</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="C1_WPF_RichTextBox_C1InsertTableGridPanel_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.ArrangeOverride.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_RichTextBox_C1InsertTableGridPanel_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.RichTextBox.C1InsertTableGridPanel.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.RichTextBox.C1InsertTableGridPanel.MeasureOverride.html#C1_WPF_RichTextBox_C1InsertTableGridPanel_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
