# FarPoint.Web.Spread.PreviewRowInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_PreviewRowInfo" data-uid="FarPoint.Web.Spread.PreviewRowInfo" class="text-break">PreviewRowInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the preview row information.</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"><span class="xref">PreviewRowInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</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_PreviewRowInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class PreviewRowInfo : ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class PreviewRowInfo
    Implements ICanSerializeXml, ISerializeSupport</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_PreviewRowInfo__ctor" data-uid="FarPoint.Web.Spread.PreviewRowInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.-ctor.html#FarPoint_Web_Spread_PreviewRowInfo__ctor">PreviewRowInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of preview row information.</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_PreviewRowInfo_BackColor" data-uid="FarPoint.Web.Spread.PreviewRowInfo.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.BackColor.html#FarPoint_Web_Spread_PreviewRowInfo_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_Background" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Background">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Background.html#FarPoint_Web_Spread_PreviewRowInfo_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background of the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_Border" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Border">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Border.html#FarPoint_Web_Spread_PreviewRowInfo_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border of the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_CanSerializeXml" data-uid="FarPoint.Web.Spread.PreviewRowInfo.CanSerializeXml">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.CanSerializeXml.html#FarPoint_Web_Spread_PreviewRowInfo_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the preview row information can be rendered with XML
in its entirety without losing any information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_CssClass" data-uid="FarPoint.Web.Spread.PreviewRowInfo.CssClass">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.CssClass.html#FarPoint_Web_Spread_PreviewRowInfo_CssClass">CssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_Font" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Font">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Font.html#FarPoint_Web_Spread_PreviewRowInfo_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font settings of the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_ForeColor" data-uid="FarPoint.Web.Spread.PreviewRowInfo.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.ForeColor.html#FarPoint_Web_Spread_PreviewRowInfo_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color of the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_HorizontalAlign" data-uid="FarPoint.Web.Spread.PreviewRowInfo.HorizontalAlign">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.HorizontalAlign.html#FarPoint_Web_Spread_PreviewRowInfo_HorizontalAlign">HorizontalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_IsEmpty" data-uid="FarPoint.Web.Spread.PreviewRowInfo.IsEmpty">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.IsEmpty.html#FarPoint_Web_Spread_PreviewRowInfo_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether this instance is empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_Margin" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Margin">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Margin.html#FarPoint_Web_Spread_PreviewRowInfo_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_VerticalAlign" data-uid="FarPoint.Web.Spread.PreviewRowInfo.VerticalAlign">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.VerticalAlign.html#FarPoint_Web_Spread_PreviewRowInfo_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the preview row information.</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_PreviewRowInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Deserialize.html#FarPoint_Web_Spread_PreviewRowInfo_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the preview row information from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_GetAppearance_FarPoint_Web_Spread_Appearance_" data-uid="FarPoint.Web.Spread.PreviewRowInfo.GetAppearance(FarPoint.Web.Spread.Appearance)">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.GetAppearance.html#FarPoint_Web_Spread_PreviewRowInfo_GetAppearance_FarPoint_Web_Spread_Appearance_">GetAppearance(Appearance)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the appearance settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_Reset" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Reset">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Reset.html#FarPoint_Web_Spread_PreviewRowInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the preview row information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_PreviewRowInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Web.Spread.PreviewRowInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.PreviewRowInfo.Serialize.html#FarPoint_Web_Spread_PreviewRowInfo_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the preview row information to XML.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
