# GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell

## Content

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



  <h1 id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell" class="text-break">GridSizeEditor.Cell Class
</h1>
  <div class="markdown level0 summary"><p>Represents a cell of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.html">GridSizeEditor</a>.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><span class="xref">GridSizeEditor.Cell</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.html">GrapeCity.ActiveReports.Viewer.Wpf.View</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Wpf.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridSizeEditor.Cell : DependencyObject</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="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell__ctor_GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.#ctor(GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor)">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.-ctor.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell__ctor_GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_">Cell(GridSizeEditor)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.html">GridSizeEditor.Cell</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_HighlightProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.HighlightProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.HighlightProperty.html">HighlightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Highlight.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Highlight">Highlight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_IsHighlightedProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.IsHighlightedProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.IsHighlightedProperty.html">IsHighlightedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.IsHighlighted.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_IsHighlighted">IsHighlighted</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_SelectedProperty" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.SelectedProperty">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.SelectedProperty.html">SelectedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Selected.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Selected">Selected</a> dependency property.</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="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Column" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Column">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Column.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column index of the cell (0..x).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Highlight" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Highlight">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Highlight.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Highlight">Highlight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the cell is highlighted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_IsHighlighted" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.IsHighlighted">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.IsHighlighted.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_IsHighlighted">IsHighlighted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this cell is highlighted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Row" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Row">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Row.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row index of the cell (0..x).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Selected" data-uid="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Selected">
          <a class="xref" href="GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor.Cell.Selected.html#GrapeCity_ActiveReports_Viewer_Wpf_View_GridSizeEditor_Cell_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the cell is selected.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
