# FarPoint.Win.Spread.CellInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellInfo" data-uid="FarPoint.Win.Spread.CellInfo" class="text-break">CellInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the value and formatting for a cell.</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">CellInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellInfo</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_Win_Spread_CellInfo__ctor_System_Object_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_">CellInfo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new a set of cell information (CellInfo object) with a value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_">CellInfo(object, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_">CellInfo(object, StyleInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_">CellInfo(object, StyleInfo, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_">CellInfo(object, StyleInfo, string, string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_">CellInfo(object, StyleInfo, string, string, object, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[])">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[],FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_FarPoint_Win_Spread_SparklineInfo_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[],FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo,FarPoint.Win.Spread.SparklineInfo)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_FarPoint_Win_Spread_SparklineInfo_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo, SparklineInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_FarPoint_Win_Spread_SparklineInfo_System_String_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[],FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo,FarPoint.Win.Spread.SparklineInfo,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_DrawingSpace_StickyNoteStyleInfo_FarPoint_Win_Spread_SparklineInfo_System_String_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo, SparklineInfo, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_Model_AggregationType_System_String_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[],FarPoint.Win.Spread.Model.AggregationType,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___FarPoint_Win_Spread_Model_AggregationType_System_String_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], AggregationType, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___System_String_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object,FarPoint.Win.Spread.StyleInfo,System.String,System.String,System.Object,System.Int32,System.Int32,System.String,System.IFormatProvider,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[],System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.-ctor.html#FarPoint_Win_Spread_CellInfo__ctor_System_Object_FarPoint_Win_Spread_StyleInfo_System_String_System_String_System_Object_System_Int32_System_Int32_System_String_System_IFormatProvider_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___System_String_">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</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_Win_Spread_CellInfo_AggregationFormatString" data-uid="FarPoint.Win.Spread.CellInfo.AggregationFormatString">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.AggregationFormatString.html#FarPoint_Win_Spread_CellInfo_AggregationFormatString">AggregationFormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aggregation format string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_AggregationType" data-uid="FarPoint.Win.Spread.CellInfo.AggregationType">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.AggregationType.html#FarPoint_Win_Spread_CellInfo_AggregationType">AggregationType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aggregation type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_ColumnSpan" data-uid="FarPoint.Win.Spread.CellInfo.ColumnSpan">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.ColumnSpan.html#FarPoint_Win_Spread_CellInfo_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns spanned.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_ConditionalFormats" data-uid="FarPoint.Win.Spread.CellInfo.ConditionalFormats">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.ConditionalFormats.html#FarPoint_Win_Spread_CellInfo_ConditionalFormats">ConditionalFormats</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the conditional formats.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_ErrorText" data-uid="FarPoint.Win.Spread.CellInfo.ErrorText">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.ErrorText.html#FarPoint_Win_Spread_CellInfo_ErrorText">ErrorText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the error text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_FormatInfo" data-uid="FarPoint.Win.Spread.CellInfo.FormatInfo">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.FormatInfo.html#FarPoint_Win_Spread_CellInfo_FormatInfo">FormatInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_FormatString" data-uid="FarPoint.Win.Spread.CellInfo.FormatString">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.FormatString.html#FarPoint_Win_Spread_CellInfo_FormatString">FormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_FormattedValue" data-uid="FarPoint.Win.Spread.CellInfo.FormattedValue">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.FormattedValue.html#FarPoint_Win_Spread_CellInfo_FormattedValue">FormattedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatted value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_Formula" data-uid="FarPoint.Win.Spread.CellInfo.Formula">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.Formula.html#FarPoint_Win_Spread_CellInfo_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_LinkColumn" data-uid="FarPoint.Win.Spread.CellInfo.LinkColumn">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.LinkColumn.html#FarPoint_Win_Spread_CellInfo_LinkColumn">LinkColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column of the reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_LinkRow" data-uid="FarPoint.Win.Spread.CellInfo.LinkRow">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.LinkRow.html#FarPoint_Win_Spread_CellInfo_LinkRow">LinkRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row of the reference.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_Note" data-uid="FarPoint.Win.Spread.CellInfo.Note">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.Note.html#FarPoint_Win_Spread_CellInfo_Note">Note</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the note.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_NoteStyle" data-uid="FarPoint.Win.Spread.CellInfo.NoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.NoteStyle.html#FarPoint_Win_Spread_CellInfo_NoteStyle">NoteStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the note.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_NoteStyleInfo" data-uid="FarPoint.Win.Spread.CellInfo.NoteStyleInfo">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.NoteStyleInfo.html#FarPoint_Win_Spread_CellInfo_NoteStyleInfo">NoteStyleInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the note style information for the note shape.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_RowSpan" data-uid="FarPoint.Win.Spread.CellInfo.RowSpan">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.RowSpan.html#FarPoint_Win_Spread_CellInfo_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows spanned.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_SheetName" data-uid="FarPoint.Win.Spread.CellInfo.SheetName">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.SheetName.html#FarPoint_Win_Spread_CellInfo_SheetName">SheetName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the sheet.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_SparklineInfo" data-uid="FarPoint.Win.Spread.CellInfo.SparklineInfo">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.SparklineInfo.html#FarPoint_Win_Spread_CellInfo_SparklineInfo">SparklineInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets sparkline information in a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_Style" data-uid="FarPoint.Win.Spread.CellInfo.Style">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.Style.html#FarPoint_Win_Spread_CellInfo_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_Tag" data-uid="FarPoint.Win.Spread.CellInfo.Tag">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.Tag.html#FarPoint_Win_Spread_CellInfo_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tag.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellInfo_Value" data-uid="FarPoint.Win.Spread.CellInfo.Value">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.Value.html#FarPoint_Win_Spread_CellInfo_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unformatted 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_Win_Spread_CellInfo_GetLinkString" data-uid="FarPoint.Win.Spread.CellInfo.GetLinkString">
          <a class="xref" href="FarPoint.Win.Spread.CellInfo.GetLinkString.html#FarPoint_Win_Spread_CellInfo_GetLinkString">GetLinkString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the reference as a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
