# C1.WPF.FlexGrid.ExcelRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexGrid_ExcelRow" data-uid="C1.WPF.FlexGrid.ExcelRow" class="text-break">ExcelRow Class
</h1>
  <div class="markdown level0 summary"><p>Grid row that can be edited, used as a tree node, maintains a
collection of cell styles associated with each column, and
evaluates cells that contain formulas (strings starting with
an equals sign).</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.FlexGrid.4.6.2/C1.WPF.FlexGrid.RowCol.html">RowCol</a></div>
    <div class="level2"><a class="xref" href="../C1.WPF.FlexGrid.4.6.2/C1.WPF.FlexGrid.Row.html">Row</a></div>
    <div class="level3"><a class="xref" href="../C1.WPF.FlexGrid.4.6.2/C1.WPF.FlexGrid.GroupRow.html">GroupRow</a></div>
    <div class="level4"><span class="xref">ExcelRow</span></div>
      <div class="level5"><a class="xref" href="C1.WPF.FlexGrid.ExcelBoundRow.html">ExcelBoundRow</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_ExcelRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExcelRow : GroupRow</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExcelRow
    Inherits GroupRow</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_FlexGrid_ExcelRow__ctor" data-uid="C1.WPF.FlexGrid.ExcelRow.#ctor">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.-ctor.html#C1_WPF_FlexGrid_ExcelRow__ctor">ExcelRow()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow__ctor_C1_WPF_FlexGrid_ExcelRow_" data-uid="C1.WPF.FlexGrid.ExcelRow.#ctor(C1.WPF.FlexGrid.ExcelRow)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.-ctor.html#C1_WPF_FlexGrid_ExcelRow__ctor_C1_WPF_FlexGrid_ExcelRow_">ExcelRow(ExcelRow)</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_FlexGrid_ExcelRow_GetCellAngle_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetCellAngle(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetCellAngle.html#C1_WPF_FlexGrid_ExcelRow_GetCellAngle_C1_WPF_FlexGrid_Column_">GetCellAngle(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the angle to a cell in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetCellIndent_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetCellIndent(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetCellIndent.html#C1_WPF_FlexGrid_ExcelRow_GetCellIndent_C1_WPF_FlexGrid_Column_">GetCellIndent(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Indent to a cell in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetCellStyle_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetCellStyle(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetCellStyle.html#C1_WPF_FlexGrid_ExcelRow_GetCellStyle_C1_WPF_FlexGrid_Column_">GetCellStyle(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style applied to a cell in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetDataEditor_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetDataEditor(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetDataEditor.html#C1_WPF_FlexGrid_ExcelRow_GetDataEditor_C1_WPF_FlexGrid_Column_">GetDataEditor(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data in a cell as it should be shown in the editor
(full formulas, raw values).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetDataFormatted_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetDataFormatted(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetDataFormatted.html#C1_WPF_FlexGrid_ExcelRow_GetDataFormatted_C1_WPF_FlexGrid_Column_">GetDataFormatted(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden to apply formatting when getting data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetDataRaw_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetDataRaw(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetDataRaw.html#C1_WPF_FlexGrid_ExcelRow_GetDataRaw_C1_WPF_FlexGrid_Column_">GetDataRaw(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the raw data in a cell (evaluates formulas but does not format the values).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetFormula_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetFormula(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetFormula.html#C1_WPF_FlexGrid_ExcelRow_GetFormula_C1_WPF_FlexGrid_Column_">GetFormula(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula in a cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_GetValue_C1_WPF_FlexGrid_Column_" data-uid="C1.WPF.FlexGrid.ExcelRow.GetValue(C1.WPF.FlexGrid.Column)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.GetValue.html#C1_WPF_FlexGrid_ExcelRow_GetValue_C1_WPF_FlexGrid_Column_">GetValue(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value in a cell, evaluating expressions represented by
strings that start with an equals sign.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_SetCellAngle_C1_WPF_FlexGrid_Column_System_Double_" data-uid="C1.WPF.FlexGrid.ExcelRow.SetCellAngle(C1.WPF.FlexGrid.Column,System.Double)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.SetCellAngle.html#C1_WPF_FlexGrid_ExcelRow_SetCellAngle_C1_WPF_FlexGrid_Column_System_Double_">SetCellAngle(Column, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a angle to a cell in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_SetCellIndent_C1_WPF_FlexGrid_Column_System_Double_" data-uid="C1.WPF.FlexGrid.ExcelRow.SetCellIndent(C1.WPF.FlexGrid.Column,System.Double)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.SetCellIndent.html#C1_WPF_FlexGrid_ExcelRow_SetCellIndent_C1_WPF_FlexGrid_Column_System_Double_">SetCellIndent(Column, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies Indent to a cell in this row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_ExcelRow_SetCellStyle_C1_WPF_FlexGrid_Column_C1_WPF_FlexGrid_CellStyle_" data-uid="C1.WPF.FlexGrid.ExcelRow.SetCellStyle(C1.WPF.FlexGrid.Column,C1.WPF.FlexGrid.CellStyle)">
          <a class="xref" href="C1.WPF.FlexGrid.ExcelRow.SetCellStyle.html#C1_WPF_FlexGrid_ExcelRow_SetCellStyle_C1_WPF_FlexGrid_Column_C1_WPF_FlexGrid_CellStyle_">SetCellStyle(Column, CellStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a style to a cell in this row.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
