# FarPoint.Web.Spread.PreviewRowTemplateContainer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_PreviewRowTemplateContainer" data-uid="FarPoint.Web.Spread.PreviewRowTemplateContainer" class="text-break">PreviewRowTemplateContainer Class
</h1>
  <div class="markdown level0 summary"><p>Represents an editing template container.</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.web.ui.control">Control</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.webcontrol">WebControl</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.panel">Panel</a></div>
    <div class="level4"><span class="xref">PreviewRowTemplateContainer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iparseraccessor">IParserAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iurlresolutionservice">IUrlResolutionService</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.idatabindingsaccessor">IDataBindingsAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.icontrolbuilderaccessor">IControlBuilderAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.icontroldesigneraccessor">IControlDesignerAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iexpressionsaccessor">IExpressionsAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iattributeaccessor">IAttributeAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.inamingcontainer">INamingContainer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_PreviewRowTemplateContainer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PreviewRowTemplateContainer : Panel, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PreviewRowTemplateContainer
    Inherits Panel
    Implements IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer</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="FarPoint_Web_Spread_PreviewRowTemplateContainer__ctor_FarPoint_Web_Spread_SheetView_System_Int32_" data-uid="FarPoint.Web.Spread.PreviewRowTemplateContainer.#ctor(FarPoint.Web.Spread.SheetView,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowTemplateContainer.-ctor.html#FarPoint_Web_Spread_PreviewRowTemplateContainer__ctor_FarPoint_Web_Spread_SheetView_System_Int32_">PreviewRowTemplateContainer(SheetView, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new editing template container.</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="FarPoint_Web_Spread_PreviewRowTemplateContainer_RowIndex" data-uid="FarPoint.Web.Spread.PreviewRowTemplateContainer.RowIndex">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowTemplateContainer.RowIndex.html#FarPoint_Web_Spread_PreviewRowTemplateContainer_RowIndex">RowIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the row.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowTemplateContainer_Sheet" data-uid="FarPoint.Web.Spread.PreviewRowTemplateContainer.Sheet">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowTemplateContainer.Sheet.html#FarPoint_Web_Spread_PreviewRowTemplateContainer_Sheet">Sheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowTemplateContainer_Value" data-uid="FarPoint.Web.Spread.PreviewRowTemplateContainer.Value">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowTemplateContainer.Value.html#FarPoint_Web_Spread_PreviewRowTemplateContainer_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value.</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="FarPoint_Web_Spread_PreviewRowTemplateContainer_OnPreRender_System_EventArgs_" data-uid="FarPoint.Web.Spread.PreviewRowTemplateContainer.OnPreRender(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowTemplateContainer.OnPreRender.html#FarPoint_Web_Spread_PreviewRowTemplateContainer_OnPreRender_System_EventArgs_">OnPreRender(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the pre-render event.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
