# C1.Xamarin.Forms.Grid.GridCellFactory

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Xamarin_Forms_Grid_GridCellFactory" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory" class="text-break">GridCellFactory Class
</h1>
  <div class="markdown level0 summary"><p>Implements the functionality to create grid cells dynamically.</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.Xamarin.Forms.Grid.GridCellFactoryBase.html">GridCellFactoryBase</a></div>
    <div class="level2"><span class="xref">GridCellFactory</span></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridWrapCellFactory.html">GridWrapCellFactory</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Xamarin.Forms.Grid.html">C1.Xamarin.Forms.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.Xamarin.Forms.Grid.dll</h6>
  <h5 id="C1_Xamarin_Forms_Grid_GridCellFactory_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridCellFactory : GridCellFactoryBase</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_Xamarin_Forms_Grid_GridCellFactory__ctor" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.#ctor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.-ctor.html#C1_Xamarin_Forms_Grid_GridCellFactory__ctor">GridCellFactory()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.html">GridCellFactory</a> class.</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_Xamarin_Forms_Grid_GridCellFactory_CellsColumnsCount" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CellsColumnsCount">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CellsColumnsCount.html#C1_Xamarin_Forms_Grid_GridCellFactory_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_Xamarin_Forms_Grid_GridCellFactory_CellsRowsCount" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CellsRowsCount">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CellsRowsCount.html#C1_Xamarin_Forms_Grid_GridCellFactory_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_Xamarin_Forms_Grid_GridCellFactory_ColumnHeaderRowsCount" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.ColumnHeaderRowsCount">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.ColumnHeaderRowsCount.html#C1_Xamarin_Forms_Grid_GridCellFactory_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_Xamarin_Forms_Grid_GridCellFactory_Grid" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.Grid">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.Grid.html#C1_Xamarin_Forms_Grid_GridCellFactory_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_GridBase" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GridBase">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GridBase.html#C1_Xamarin_Forms_Grid_GridCellFactory_GridBase">GridBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the associated grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_RowHeaderColumnsCount" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.RowHeaderColumnsCount">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.RowHeaderColumnsCount.html#C1_Xamarin_Forms_Grid_GridCellFactory_RowHeaderColumnsCount">RowHeaderColumnsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns belonging to the row headers area.</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_Xamarin_Forms_Grid_GridCellFactory_AllowEditing_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.AllowEditing(C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.AllowEditing.html#C1_Xamarin_Forms_Grid_GridCellFactory_AllowEditing_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridCellFactory_BindCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_Xamarin_Forms_View_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.BindCellContent(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange,Xamarin.Forms.View)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.BindCellContent.html#C1_Xamarin_Forms_Grid_GridCellFactory_BindCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_Xamarin_Forms_View_">BindCellContent(GridCellType, GridCellRange, View)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_CanDragColumn_System_Boolean_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CanDragColumn(System.Boolean,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CanDragColumn.html#C1_Xamarin_Forms_Grid_GridCellFactory_CanDragColumn_System_Boolean_System_Int32_">CanDragColumn(bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the column can be drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_CanDragRow_System_Boolean_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CanDragRow(System.Boolean,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CanDragRow.html#C1_Xamarin_Forms_Grid_GridCellFactory_CanDragRow_System_Boolean_System_Int32_">CanDragRow(bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the row can be drag.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_CanDropColumn_System_Boolean_System_Int32_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CanDropColumn(System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CanDropColumn.html#C1_Xamarin_Forms_Grid_GridCellFactory_CanDropColumn_System_Boolean_System_Int32_System_Int32_">CanDropColumn(bool, 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_Xamarin_Forms_Grid_GridCellFactory_CanDropRow_System_Boolean_System_Int32_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CanDropRow(System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CanDropRow.html#C1_Xamarin_Forms_Grid_GridCellFactory_CanDropRow_System_Boolean_System_Int32_System_Int32_">CanDropRow(bool, 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_Xamarin_Forms_Grid_GridCellFactory_CanSetColumnWidth_System_Boolean_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CanSetColumnWidth(System.Boolean,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CanSetColumnWidth.html#C1_Xamarin_Forms_Grid_GridCellFactory_CanSetColumnWidth_System_Boolean_System_Int32_">CanSetColumnWidth(bool, 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_Xamarin_Forms_Grid_GridCellFactory_CanSetRowHeight_System_Boolean_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CanSetRowHeight(System.Boolean,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CanSetRowHeight.html#C1_Xamarin_Forms_Grid_GridCellFactory_CanSetRowHeight_System_Boolean_System_Int32_">CanSetRowHeight(bool, 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_Xamarin_Forms_Grid_GridCellFactory_CreateCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_System_Object_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CreateCellContent(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CreateCellContent.html#C1_Xamarin_Forms_Grid_GridCellFactory_CreateCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridCellFactory_CreateCellEditor_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.CreateCellEditor(C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.CreateCellEditor.html#C1_Xamarin_Forms_Grid_GridCellFactory_CreateCellEditor_C1_Xamarin_Forms_Grid_GridCellRange_">CreateCellEditor(GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_DropColumnAsync_System_Boolean_System_Int32_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.DropColumnAsync(System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.DropColumnAsync.html#C1_Xamarin_Forms_Grid_GridCellFactory_DropColumnAsync_System_Boolean_System_Int32_System_Int32_">DropColumnAsync(bool, 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_Xamarin_Forms_Grid_GridCellFactory_DropRowAsync_System_Boolean_System_Int32_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.DropRowAsync(System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.DropRowAsync.html#C1_Xamarin_Forms_Grid_GridCellFactory_DropRowAsync_System_Boolean_System_Int32_System_Int32_">DropRowAsync(bool, 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_Xamarin_Forms_Grid_GridCellFactory_GetCellContentType_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GetCellContentType(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GetCellContentType.html#C1_Xamarin_Forms_Grid_GridCellFactory_GetCellContentType_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridCellFactory_GetCellText_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GetCellText(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GetCellText.html#C1_Xamarin_Forms_Grid_GridCellFactory_GetCellText_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_">GetCellText(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text representing the content of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_GetColumnInfo_System_Boolean_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GetColumnInfo(System.Boolean,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GetColumnInfo.html#C1_Xamarin_Forms_Grid_GridCellFactory_GetColumnInfo_System_Boolean_System_Int32_">GetColumnInfo(bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_GetDefaultColumn" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GetDefaultColumn">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GetDefaultColumn.html#C1_Xamarin_Forms_Grid_GridCellFactory_GetDefaultColumn">GetDefaultColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default column dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_GetDefaultRow" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GetDefaultRow">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GetDefaultRow.html#C1_Xamarin_Forms_Grid_GridCellFactory_GetDefaultRow">GetDefaultRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default row dimensions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_GetRowInfo_System_Boolean_System_Int32_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.GetRowInfo(System.Boolean,System.Int32)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.GetRowInfo.html#C1_Xamarin_Forms_Grid_GridCellFactory_GetRowInfo_System_Boolean_System_Int32_">GetRowInfo(bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dimensions for the specified row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_OnEditEnded_C1_Xamarin_Forms_Grid_GridCellRange_Xamarin_Forms_View_System_Boolean_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.OnEditEnded(C1.Xamarin.Forms.Grid.GridCellRange,Xamarin.Forms.View,System.Boolean)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.OnEditEnded.html#C1_Xamarin_Forms_Grid_GridCellFactory_OnEditEnded_C1_Xamarin_Forms_Grid_GridCellRange_Xamarin_Forms_View_System_Boolean_">OnEditEnded(GridCellRange, View, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the editing of a cell ended.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_PrepareCell_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_C1_Xamarin_Forms_Grid_GridCellView_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.PrepareCell(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange,C1.Xamarin.Forms.Grid.GridCellView)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.PrepareCell.html#C1_Xamarin_Forms_Grid_GridCellFactory_PrepareCell_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_C1_Xamarin_Forms_Grid_GridCellView_">PrepareCell(GridCellType, GridCellRange, GridCellView)</a>
        </td>
        <td class="markdown level1 summary"><p>Prepares the cell to be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_SaveDesiredCellSize_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.SaveDesiredCellSize(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.SaveDesiredCellSize.html#C1_Xamarin_Forms_Grid_GridCellFactory_SaveDesiredCellSize_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_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_Xamarin_Forms_Grid_GridCellFactory_SetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_System_Object_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.SetCellValue(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange,System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.SetCellValue.html#C1_Xamarin_Forms_Grid_GridCellFactory_SetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_System_Object_">SetCellValue(GridCellType, GridCellRange, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of a specified cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_SetColumnWidth_System_Boolean_System_Int32_System_Double_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.SetColumnWidth(System.Boolean,System.Int32,System.Double)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.SetColumnWidth.html#C1_Xamarin_Forms_Grid_GridCellFactory_SetColumnWidth_System_Boolean_System_Int32_System_Double_">SetColumnWidth(bool, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width of the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_SetRowHeight_System_Boolean_System_Int32_System_Double_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.SetRowHeight(System.Boolean,System.Int32,System.Double)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.SetRowHeight.html#C1_Xamarin_Forms_Grid_GridCellFactory_SetRowHeight_System_Boolean_System_Int32_System_Double_">SetRowHeight(bool, int, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridCellFactory_UnbindCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_Xamarin_Forms_View_" data-uid="C1.Xamarin.Forms.Grid.GridCellFactory.UnbindCellContent(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange,Xamarin.Forms.View)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellFactory.UnbindCellContent.html#C1_Xamarin_Forms_Grid_GridCellFactory_UnbindCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_Xamarin_Forms_View_">UnbindCellContent(GridCellType, GridCellRange, View)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
