# C1.Xamarin.Forms.Grid.GridRow

## Content

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



  <h1 id="C1_Xamarin_Forms_Grid_GridRow" data-uid="C1.Xamarin.Forms.Grid.GridRow" class="text-break">GridRow Class
</h1>
  <div class="markdown level0 summary"><p>Represent a row.</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.GridRowCol.html">GridRowCol</a></div>
    <div class="level2"><span class="xref">GridRow</span></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridBoundRow.html">GridBoundRow</a></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridDetailRow-1.html">GridDetailRow&lt;TItem&gt;</a></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridFilterRow.html">GridFilterRow</a></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridGroupRow.html">GridGroupRow</a></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridIncrementalLoadingRow.html">GridIncrementalLoadingRow</a></div>
      <div class="level3"><a class="xref" href="C1.Xamarin.Forms.Grid.GridNewRow.html">GridNewRow</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanging">INotifyPropertyChanging</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</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_GridRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridRow : GridRowCol, INotifyPropertyChanging, INotifyPropertyChanged</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_GridRow__ctor" data-uid="C1.Xamarin.Forms.Grid.GridRow.#ctor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.-ctor.html#C1_Xamarin_Forms_Grid_GridRow__ctor">GridRow()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.html">GridRow</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_GridRow_ActualHeight" data-uid="C1.Xamarin.Forms.Grid.GridRow.ActualHeight">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.ActualHeight.html#C1_Xamarin_Forms_Grid_GridRow_ActualHeight">ActualHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual height of the row in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_ActualVisible" data-uid="C1.Xamarin.Forms.Grid.GridRow.ActualVisible">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.ActualVisible.html#C1_Xamarin_Forms_Grid_GridRow_ActualVisible">ActualVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the row is visible. The row could be collapsed either because the <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.IsVisible.html#C1_Xamarin_Forms_Grid_GridRow_IsVisible">IsVisible</a> was set to false or the <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.Parent.html#C1_Xamarin_Forms_Grid_GridRow_Parent">Parent</a> is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_AllowDragging" data-uid="C1.Xamarin.Forms.Grid.GridRow.AllowDragging">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.AllowDragging.html#C1_Xamarin_Forms_Grid_GridRow_AllowDragging">AllowDragging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this row can be dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_AllowMerging" data-uid="C1.Xamarin.Forms.Grid.GridRow.AllowMerging">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.AllowMerging.html#C1_Xamarin_Forms_Grid_GridRow_AllowMerging">AllowMerging</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether cells in this row can be merged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_AllowResizing" data-uid="C1.Xamarin.Forms.Grid.GridRow.AllowResizing">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.AllowResizing.html#C1_Xamarin_Forms_Grid_GridRow_AllowResizing">AllowResizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this row can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_BackgroundColor" data-uid="C1.Xamarin.Forms.Grid.GridRow.BackgroundColor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.BackgroundColor.html#C1_Xamarin_Forms_Grid_GridRow_BackgroundColor">BackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Xamarin.Forms.Color</span> used to paint the background
of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_DataItem" data-uid="C1.Xamarin.Forms.Grid.GridRow.DataItem">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.DataItem.html#C1_Xamarin_Forms_Grid_GridRow_DataItem">DataItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_Grid" data-uid="C1.Xamarin.Forms.Grid.GridRow.Grid">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.Grid.html#C1_Xamarin_Forms_Grid_GridRow_Grid">Grid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the grid containing this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_HeaderBackgroundColor" data-uid="C1.Xamarin.Forms.Grid.GridRow.HeaderBackgroundColor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.HeaderBackgroundColor.html#C1_Xamarin_Forms_Grid_GridRow_HeaderBackgroundColor">HeaderBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Xamarin.Forms.Color</span> used to paint the background
of header cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_HeaderTextColor" data-uid="C1.Xamarin.Forms.Grid.GridRow.HeaderTextColor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.HeaderTextColor.html#C1_Xamarin_Forms_Grid_GridRow_HeaderTextColor">HeaderTextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Xamarin.Forms.Color</span> used to paint the foreground
of header cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_Height" data-uid="C1.Xamarin.Forms.Grid.GridRow.Height">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.Height.html#C1_Xamarin_Forms_Grid_GridRow_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_IsReadOnly" data-uid="C1.Xamarin.Forms.Grid.GridRow.IsReadOnly">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.IsReadOnly.html#C1_Xamarin_Forms_Grid_GridRow_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this row is read only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_IsVisible" data-uid="C1.Xamarin.Forms.Grid.GridRow.IsVisible">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.IsVisible.html#C1_Xamarin_Forms_Grid_GridRow_IsVisible">IsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the row is visible and not collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_Level" data-uid="C1.Xamarin.Forms.Grid.GridRow.Level">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.Level.html#C1_Xamarin_Forms_Grid_GridRow_Level">Level</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the nesting level inside a group. This is zero if no grouping is used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_MaxHeight" data-uid="C1.Xamarin.Forms.Grid.GridRow.MaxHeight">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.MaxHeight.html#C1_Xamarin_Forms_Grid_GridRow_MaxHeight">MaxHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_MinHeight" data-uid="C1.Xamarin.Forms.Grid.GridRow.MinHeight">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.MinHeight.html#C1_Xamarin_Forms_Grid_GridRow_MinHeight">MinHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum height of the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_Parent" data-uid="C1.Xamarin.Forms.Grid.GridRow.Parent">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.Parent.html#C1_Xamarin_Forms_Grid_GridRow_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent group row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_Rows" data-uid="C1.Xamarin.Forms.Grid.GridRow.Rows">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.Rows.html#C1_Xamarin_Forms_Grid_GridRow_Rows">Rows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of rows containing this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_TextColor" data-uid="C1.Xamarin.Forms.Grid.GridRow.TextColor">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.TextColor.html#C1_Xamarin_Forms_Grid_GridRow_TextColor">TextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <span class="xref">Xamarin.Forms.Color</span> used to paint the foreground
of cells in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_WordWrap" data-uid="C1.Xamarin.Forms.Grid.GridRow.WordWrap">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.WordWrap.html#C1_Xamarin_Forms_Grid_GridRow_WordWrap">WordWrap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether cells in the row wrap their content.</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_GridRow_AllowEditing_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.AllowEditing(C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.AllowEditing.html#C1_Xamarin_Forms_Grid_GridRow_AllowEditing_C1_Xamarin_Forms_Grid_GridColumn_">AllowEditing(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true when the cell in the intersection of the specified column and this row can be edited.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_BindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.BindCellContent(Xamarin.Forms.View,C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.BindCellContent.html#C1_Xamarin_Forms_Grid_GridRow_BindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">BindCellContent(View, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Binds the content of the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_CreateCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_System_Object_" data-uid="C1.Xamarin.Forms.Grid.GridRow.CreateCellContent(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.CreateCellContent.html#C1_Xamarin_Forms_Grid_GridRow_CreateCellContent_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_System_Object_">CreateCellContent(GridCellType, GridColumn, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the content of the cell for the specified column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_CreateCellEditor_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.CreateCellEditor(C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.CreateCellEditor.html#C1_Xamarin_Forms_Grid_GridRow_CreateCellEditor_C1_Xamarin_Forms_Grid_GridColumn_">CreateCellEditor(GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the cell editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_GetCellContentType_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.GetCellContentType(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.GetCellContentType.html#C1_Xamarin_Forms_Grid_GridRow_GetCellContentType_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">GetCellContentType(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the cell content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_GetCellText_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.GetCellText(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.GetCellText.html#C1_Xamarin_Forms_Grid_GridRow_GetCellText_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">GetCellText(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the text corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_GetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.GetCellValue(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.GetCellValue.html#C1_Xamarin_Forms_Grid_GridRow_GetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">GetCellValue(GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_GetEditorValue_C1_Xamarin_Forms_Grid_GridColumn_Xamarin_Forms_View_" data-uid="C1.Xamarin.Forms.Grid.GridRow.GetEditorValue(C1.Xamarin.Forms.Grid.GridColumn,Xamarin.Forms.View)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.GetEditorValue.html#C1_Xamarin_Forms_Grid_GridRow_GetEditorValue_C1_Xamarin_Forms_Grid_GridColumn_Xamarin_Forms_View_">GetEditorValue(GridColumn, View)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_GetMergedRange_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_" data-uid="C1.Xamarin.Forms.Grid.GridRow.GetMergedRange(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridCellRange)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.GetMergedRange.html#C1_Xamarin_Forms_Grid_GridRow_GetMergedRange_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridCellRange_">GetMergedRange(GridCellType, GridCellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Xamarin.Forms.Grid.GridCellRange.html">GridCellRange</a> that specifies the merged extent of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_OnAttached" data-uid="C1.Xamarin.Forms.Grid.GridRow.OnAttached">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.OnAttached.html#C1_Xamarin_Forms_Grid_GridRow_OnAttached">OnAttached()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the row is attached to a collection of rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_OnDetached" data-uid="C1.Xamarin.Forms.Grid.GridRow.OnDetached">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.OnDetached.html#C1_Xamarin_Forms_Grid_GridRow_OnDetached">OnDetached()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the row is detached from a collection of rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_PrepareCell_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_C1_Xamarin_Forms_Grid_GridCellView_" data-uid="C1.Xamarin.Forms.Grid.GridRow.PrepareCell(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn,C1.Xamarin.Forms.Grid.GridCellView)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.PrepareCell.html#C1_Xamarin_Forms_Grid_GridRow_PrepareCell_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_C1_Xamarin_Forms_Grid_GridCellView_">PrepareCell(GridCellType, GridColumn, 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_GridRow_SetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_System_Object_" data-uid="C1.Xamarin.Forms.Grid.GridRow.SetCellValue(C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn,System.Object)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.SetCellValue.html#C1_Xamarin_Forms_Grid_GridRow_SetCellValue_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_System_Object_">SetCellValue(GridCellType, GridColumn, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value corresponding to the cell in the intersection of the specified column and this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Xamarin_Forms_Grid_GridRow_UnbindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_" data-uid="C1.Xamarin.Forms.Grid.GridRow.UnbindCellContent(Xamarin.Forms.View,C1.Xamarin.Forms.Grid.GridCellType,C1.Xamarin.Forms.Grid.GridColumn)">
          <a class="xref" href="C1.Xamarin.Forms.Grid.GridRow.UnbindCellContent.html#C1_Xamarin_Forms_Grid_GridRow_UnbindCellContent_Xamarin_Forms_View_C1_Xamarin_Forms_Grid_GridCellType_C1_Xamarin_Forms_Grid_GridColumn_">UnbindCellContent(View, GridCellType, GridColumn)</a>
        </td>
        <td class="markdown level1 summary"><p>Unbinds the content of the cell for the specified column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
