# C1.WPF.Grid.GridLinkedCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Grid_GridLinkedCellFactory" data-uid="C1.WPF.Grid.GridLinkedCellFactory" class="text-break">GridLinkedCellFactory Class
</h1>
  <div class="markdown level0 summary"><p>This cell factory can be used to add features over an existing cell factory, for scenarios where inheriting is not allowed.</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="C1.WPF.Grid.GridCellFactory.html">GridCellFactory</a></div>
    <div class="level2"><span class="xref">GridLinkedCellFactory</span></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.GridSkeletonLoadingCellFactory.html">GridSkeletonLoadingCellFactory</a></div>
      <div class="level3"><a class="xref" href="C1.WPF.Grid.TransposedGridCellFactory.html">TransposedGridCellFactory</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridLinkedCellFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridLinkedCellFactory : GridCellFactory</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridLinkedCellFactory
    Inherits GridCellFactory</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_Grid_GridLinkedCellFactory__ctor" data-uid="C1.WPF.Grid.GridLinkedCellFactory.#ctor">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.-ctor.html#C1_WPF_Grid_GridLinkedCellFactory__ctor">GridLinkedCellFactory()</a>
        </td>
        <td class="markdown level1 summary"></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_Grid_GridLinkedCellFactory_CellsColumnsCount" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CellsColumnsCount">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CellsColumnsCount.html#C1_WPF_Grid_GridLinkedCellFactory_CellsColumnsCount">CellsColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns belonging to the cells area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CellsRowsCount" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CellsRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CellsRowsCount.html#C1_WPF_Grid_GridLinkedCellFactory_CellsRowsCount">CellsRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows belonging to the cells area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_ColumnFooterRowsCount" data-uid="C1.WPF.Grid.GridLinkedCellFactory.ColumnFooterRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.ColumnFooterRowsCount.html#C1_WPF_Grid_GridLinkedCellFactory_ColumnFooterRowsCount">ColumnFooterRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows belonging to the column footers area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_ColumnHeaderRowsCount" data-uid="C1.WPF.Grid.GridLinkedCellFactory.ColumnHeaderRowsCount">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.ColumnHeaderRowsCount.html#C1_WPF_Grid_GridLinkedCellFactory_ColumnHeaderRowsCount">ColumnHeaderRowsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows belonging to the column headers area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_RowHeaderColumnsCount" data-uid="C1.WPF.Grid.GridLinkedCellFactory.RowHeaderColumnsCount">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.RowHeaderColumnsCount.html#C1_WPF_Grid_GridLinkedCellFactory_RowHeaderColumnsCount">RowHeaderColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns belonging to the row headers area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_SelectionMode" data-uid="C1.WPF.Grid.GridLinkedCellFactory.SelectionMode">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.SelectionMode.html#C1_WPF_Grid_GridLinkedCellFactory_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"></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_Grid_GridLinkedCellFactory_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.AllowCustomCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.AllowCustomCell.html#C1_WPF_Grid_GridLinkedCellFactory_AllowCustomCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">AllowCustomCell(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether custom cells are allowed for the specified range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_AllowEditing_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.AllowEditing(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.AllowEditing.html#C1_WPF_Grid_GridLinkedCellFactory_AllowEditing_C1_WPF_Grid_GridCellRange_">AllowEditing(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true when the cell in the specified range can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.BindCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.BindCell.html#C1_WPF_Grid_GridLinkedCellFactory_BindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">BindCell(GridCellType, GridCellRange, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.BindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.BindCellContent.html#C1_WPF_Grid_GridLinkedCellFactory_BindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">BindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CanDragColumn_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CanDragColumn(C1.WPF.Grid.GridRowColType,System.Int32,C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CanDragColumn.html#C1_WPF_Grid_GridLinkedCellFactory_CanDragColumn_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_">CanDragColumn(GridRowColType, int, GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the column can be drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CanDragRow_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CanDragRow(C1.WPF.Grid.GridRowColType,System.Int32,C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CanDragRow.html#C1_WPF_Grid_GridLinkedCellFactory_CanDragRow_C1_WPF_Grid_GridRowColType_System_Int32_C1_WPF_Grid_GridRowColType_System_Int32_">CanDragRow(GridRowColType, int, GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row can be drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CanDropColumn_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CanDropColumn(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CanDropColumn.html#C1_WPF_Grid_GridLinkedCellFactory_CanDropColumn_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">CanDropColumn(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a column can be dragged to the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CanDropRow_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CanDropRow(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CanDropRow.html#C1_WPF_Grid_GridLinkedCellFactory_CanDropRow_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">CanDropRow(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a row can be dragged to the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CanSetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CanSetColumnWidth(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CanSetColumnWidth.html#C1_WPF_Grid_GridLinkedCellFactory_CanSetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_">CanSetColumnWidth(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the with of a column can be set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CanSetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CanSetRowHeight(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CanSetRowHeight.html#C1_WPF_Grid_GridLinkedCellFactory_CanSetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_">CanSetRowHeight(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the height of the row can be set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CreateCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CreateCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CreateCell.html#C1_WPF_Grid_GridLinkedCellFactory_CreateCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCell(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CreateCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CreateCellContent.html#C1_WPF_Grid_GridLinkedCellFactory_CreateCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Object_">CreateCellContent(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_CreateCellEditor_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.CreateCellEditor(C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.CreateCellEditor.html#C1_WPF_Grid_GridLinkedCellFactory_CreateCellEditor_C1_WPF_Grid_GridCellRange_">CreateCellEditor(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_DropColumnAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.DropColumnAsync(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.DropColumnAsync.html#C1_WPF_Grid_GridLinkedCellFactory_DropColumnAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">DropColumnAsync(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Drops the column from the original index <code class="paramref">from</code> to the index <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_DropRowAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.DropRowAsync(C1.WPF.Grid.GridRowColType,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.DropRowAsync.html#C1_WPF_Grid_GridLinkedCellFactory_DropRowAsync_C1_WPF_Grid_GridRowColType_System_Int32_System_Int32_">DropRowAsync(GridRowColType, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Drops the row from the original index <code class="paramref">from</code> to the index <code class="paramref">to</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.GetCellContentType(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.GetCellContentType.html#C1_WPF_Grid_GridLinkedCellFactory_GetCellContentType_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellContentType(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a key that defines the type of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.GetCellKind(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.GetCellKind.html#C1_WPF_Grid_GridLinkedCellFactory_GetCellKind_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetCellKind(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a key that defines the kind of cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_GetColumnInfo_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.GetColumnInfo(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.GetColumnInfo.html#C1_WPF_Grid_GridLinkedCellFactory_GetColumnInfo_C1_WPF_Grid_GridRowColType_System_Int32_">GetColumnInfo(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.GetMergedRange(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.GetMergedRange.html#C1_WPF_Grid_GridLinkedCellFactory_GetMergedRange_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">GetMergedRange(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cells range after merging with neighbor cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_GetRowInfo_C1_WPF_Grid_GridRowColType_System_Int32_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.GetRowInfo(C1.WPF.Grid.GridRowColType,System.Int32)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.GetRowInfo.html#C1_WPF_Grid_GridLinkedCellFactory_GetRowInfo_C1_WPF_Grid_GridRowColType_System_Int32_">GetRowInfo(GridRowColType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_OnEditEnded_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_System_Boolean_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.OnEditEnded(C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement,System.Boolean)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.OnEditEnded.html#C1_WPF_Grid_GridLinkedCellFactory_OnEditEnded_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_System_Boolean_">OnEditEnded(GridCellRange, FrameworkElement, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.OnKeyDown.html#C1_WPF_Grid_GridLinkedCellFactory_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the a keyboard key is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_System_Windows_Thickness_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.PrepareCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView,System.Windows.Thickness)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.PrepareCell.html#C1_WPF_Grid_GridLinkedCellFactory_PrepareCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_System_Windows_Thickness_">PrepareCell(GridCellType, GridCellRange, GridCellView, Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_SaveDesiredCellSize_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.SaveDesiredCellSize(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.SaveDesiredCellSize.html#C1_WPF_Grid_GridLinkedCellFactory_SaveDesiredCellSize_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_">SaveDesiredCellSize(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the desired size for a specific cell is taken into account.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_SetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.SetColumnWidth(C1.WPF.Grid.GridRowColType,System.Int32,System.Double)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.SetColumnWidth.html#C1_WPF_Grid_GridLinkedCellFactory_SetColumnWidth_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_">SetColumnWidth(GridRowColType, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_SetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.SetRowHeight(C1.WPF.Grid.GridRowColType,System.Int32,System.Double)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.SetRowHeight.html#C1_WPF_Grid_GridLinkedCellFactory_SetRowHeight_C1_WPF_Grid_GridRowColType_System_Int32_System_Double_">SetRowHeight(GridRowColType, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.UnbindCell(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,C1.WPF.Grid.GridCellView)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.UnbindCell.html#C1_WPF_Grid_GridLinkedCellFactory_UnbindCell_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_C1_WPF_Grid_GridCellView_">UnbindCell(GridCellType, GridCellRange, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridLinkedCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_" data-uid="C1.WPF.Grid.GridLinkedCellFactory.UnbindCellContent(C1.WPF.Grid.GridCellType,C1.WPF.Grid.GridCellRange,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.Grid.GridLinkedCellFactory.UnbindCellContent.html#C1_WPF_Grid_GridLinkedCellFactory_UnbindCellContent_C1_WPF_Grid_GridCellType_C1_WPF_Grid_GridCellRange_System_Windows_FrameworkElement_">UnbindCellContent(GridCellType, GridCellRange, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
