# C1.Win.FlexGrid.Row

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_Row" data-uid="C1.Win.FlexGrid.Row" class="text-break">Row Class
</h1>
  <div class="markdown level0 summary"><p>Class that represents a grid 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.Win.FlexGrid.RowCol.html">RowCol</a></div>
    <div class="level2"><span class="xref">Row</span></div>
      <div class="level3"><a class="xref" href="C1.Win.FlexGrid.DetailRow.html">DetailRow</a></div>
      <div class="level3"><a class="xref" href="C1.Win.FlexGrid.RowWithDetails.html">RowWithDetails</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedlist">ITypedList</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_Row_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Row : RowCol, ITypedList</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Row
    Inherits RowCol
    Implements ITypedList</code></pre>
  </div>
  <h5 id="C1_Win_FlexGrid_Row_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class does not have a public constructor. You can add and remove rows using methods
in the grid's <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.Rows.html#C1_Win_FlexGrid_C1FlexGridBase_Rows">Rows</a> property, which exposes the row collection.</p>
</div>
  <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_Win_FlexGrid_Row_Bottom" data-uid="C1.Win.FlexGrid.Row.Bottom">
          <a class="xref" href="C1.Win.FlexGrid.Row.Bottom.html#C1_Win_FlexGrid_Row_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the bottom of this row, in pixels, relative to the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Caption" data-uid="C1.Win.FlexGrid.Row.Caption">
          <a class="xref" href="C1.Win.FlexGrid.Row.Caption.html#C1_Win_FlexGrid_Row_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the first fixed cell in the row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_DataIndex" data-uid="C1.Win.FlexGrid.Row.DataIndex">
          <a class="xref" href="C1.Win.FlexGrid.Row.DataIndex.html#C1_Win_FlexGrid_Row_DataIndex">DataIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this row in the <a class="xref" href="C1.Win.FlexGrid.RowCollection.html">RowCollection</a> collection, excluding fixed and node rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_DataSource" data-uid="C1.Win.FlexGrid.Row.DataSource">
          <a class="xref" href="C1.Win.FlexGrid.Row.DataSource.html#C1_Win_FlexGrid_Row_DataSource">DataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that provides data for this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Height" data-uid="C1.Win.FlexGrid.Row.Height">
          <a class="xref" href="C1.Win.FlexGrid.Row.Height.html#C1_Win_FlexGrid_Row_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of this row, in pixels (the value -1 represents the default row height).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_HeightDisplay" data-uid="C1.Win.FlexGrid.Row.HeightDisplay">
          <a class="xref" href="C1.Win.FlexGrid.Row.HeightDisplay.html#C1_Win_FlexGrid_Row_HeightDisplay">HeightDisplay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display height for this row, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Index" data-uid="C1.Win.FlexGrid.Row.Index">
          <a class="xref" href="C1.Win.FlexGrid.Row.Index.html#C1_Win_FlexGrid_Row_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this row in the <a class="xref" href="C1.Win.FlexGrid.RowCollection.html">RowCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_IsNew" data-uid="C1.Win.FlexGrid.Row.IsNew">
          <a class="xref" href="C1.Win.FlexGrid.Row.IsNew.html#C1_Win_FlexGrid_Row_IsNew">IsNew</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates the row is a placeholder for adding new rows to the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_IsNode" data-uid="C1.Win.FlexGrid.Row.IsNode">
          <a class="xref" href="C1.Win.FlexGrid.Row.IsNode.html#C1_Win_FlexGrid_Row_IsNode">IsNode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this row is a node row in an outline.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Item_System_Int32_" data-uid="C1.Win.FlexGrid.Row.Item(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.Row.Item.html#C1_Win_FlexGrid_Row_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell value specified by the column index in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Item_System_String_" data-uid="C1.Win.FlexGrid.Row.Item(System.String)">
          <a class="xref" href="C1.Win.FlexGrid.Row.Item.html#C1_Win_FlexGrid_Row_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell value specified by the column name in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Node" data-uid="C1.Win.FlexGrid.Row.Node">
          <a class="xref" href="C1.Win.FlexGrid.Row.Node.html#C1_Win_FlexGrid_Row_Node">Node</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.FlexGrid.Row.Node.html#C1_Win_FlexGrid_Row_Node">Node</a> object associated with this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_SafeIndex" data-uid="C1.Win.FlexGrid.Row.SafeIndex">
          <a class="xref" href="C1.Win.FlexGrid.Row.SafeIndex.html#C1_Win_FlexGrid_Row_SafeIndex">SafeIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this row in the <a class="xref" href="C1.Win.FlexGrid.RowCollection.html">RowCollection</a> collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Selected" data-uid="C1.Win.FlexGrid.Row.Selected">
          <a class="xref" href="C1.Win.FlexGrid.Row.Selected.html#C1_Win_FlexGrid_Row_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this row is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Top" data-uid="C1.Win.FlexGrid.Row.Top">
          <a class="xref" href="C1.Win.FlexGrid.Row.Top.html#C1_Win_FlexGrid_Row_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the position of the top of this row, in pixels, relative to 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_Win_FlexGrid_Row_Clear_C1_Win_FlexGrid_ClearFlags_" data-uid="C1.Win.FlexGrid.Row.Clear(C1.Win.FlexGrid.ClearFlags)">
          <a class="xref" href="C1.Win.FlexGrid.Row.Clear.html#C1_Win_FlexGrid_Row_Clear_C1_Win_FlexGrid_ClearFlags_">Clear(ClearFlags)</a>
        </td>
        <td class="markdown level1 summary"><p>Clears this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Invalidate" data-uid="C1.Win.FlexGrid.Row.Invalidate">
          <a class="xref" href="C1.Win.FlexGrid.Row.Invalidate.html#C1_Win_FlexGrid_Row_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates this row, causing it to be repainted.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_Row_Move_System_Int32_" data-uid="C1.Win.FlexGrid.Row.Move(System.Int32)">
          <a class="xref" href="C1.Win.FlexGrid.Row.Move.html#C1_Win_FlexGrid_Row_Move_System_Int32_">Move(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves a row to a new position in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
