# FarPoint.Win.Spread.CellInfo.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*">CellInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats, string errorText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer, formats As ConditionalFormat(), errorText As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">formats</span></td>
      <td><p>The formats.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">errorText</span></td>
      <td><p>The error text.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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[])">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[])</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer, formats As ConditionalFormat())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">formats</span></td>
      <td><p>The formats</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], AggregationType, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats, AggregationType aggregationType, string aggregationFormatString)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer, formats As ConditionalFormat(), aggregationType As AggregationType, aggregationFormatString As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">formats</span></td>
      <td><p>The formats</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.Model.AggregationType.html">AggregationType</a></td>
      <td><span class="parametername">aggregationType</span></td>
      <td><p>The type of aggregation.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">aggregationFormatString</span></td>
      <td><p>The format string of aggregation.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats, StickyNoteStyleInfo noteStyleInfo)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer, formats As ConditionalFormat(), noteStyleInfo As StickyNoteStyleInfo)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">formats</span></td>
      <td><p>The formats</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo.html">StickyNoteStyleInfo</a></td>
      <td><span class="parametername">noteStyleInfo</span></td>
      <td><p>The style of note.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo, SparklineInfo)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats, StickyNoteStyleInfo noteStyleInfo, SparklineInfo sparklineInfo)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer, formats As ConditionalFormat(), noteStyleInfo As StickyNoteStyleInfo, sparklineInfo As SparklineInfo)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">formats</span></td>
      <td><p>The formats</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo.html">StickyNoteStyleInfo</a></td>
      <td><span class="parametername">noteStyleInfo</span></td>
      <td><p>The style of note.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SparklineInfo.html">SparklineInfo</a></td>
      <td><span class="parametername">sparklineInfo</span></td>
      <td><p>The sparkline info.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int, ConditionalFormat[], StickyNoteStyleInfo, SparklineInfo, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan, ConditionalFormat[] formats, StickyNoteStyleInfo noteStyleInfo, SparklineInfo sparklineInfo, string errorText)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer, formats As ConditionalFormat(), noteStyleInfo As StickyNoteStyleInfo, sparklineInfo As SparklineInfo, errorText As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">formats</span></td>
      <td><p>The formats</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.StickyNoteStyleInfo.html">StickyNoteStyleInfo</a></td>
      <td><span class="parametername">noteStyleInfo</span></td>
      <td><p>The style of note.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SparklineInfo.html">SparklineInfo</a></td>
      <td><span class="parametername">sparklineInfo</span></td>
      <td><p>The sparkline info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">errorText</span></td>
      <td><p>The error text.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView, int, int)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet, int rowSpan, int columnSpan)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView, rowSpan As Integer, columnSpan As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowSpan</span></td>
      <td><p>The span row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnSpan</span></td>
      <td><p>The span column</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int, string, IFormatProvider, SheetView)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink, string formatString, IFormatProvider formatInfo, SheetView sheet)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer, formatString As String, formatInfo As IFormatProvider, sheet As SheetView)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formatString</span></td>
      <td><p>the format string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iformatprovider">IFormatProvider</a></td>
      <td><span class="parametername">formatInfo</span></td>
      <td><p>the format info.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheet</span></td>
      <td><p>The sheetview.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_CellInfo__ctor_System_Object_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor(System.Object)">CellInfo(object)</h4>
<div class="markdown level1 summary"><p>Creates a new a set of cell information (CellInfo object) with a value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>The unformatted value</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_CellInfo__ctor_" data-uid="FarPoint.Win.Spread.CellInfo.#ctor*"></a>
<h4 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)">CellInfo(object, StyleInfo, string, string, object, int, int)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellInfo.html">CellInfo</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CellInfo(object rawValue, StyleInfo style, string formula, string note, object tag, int rowLink, int columnLink)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(rawValue As Object, style As StyleInfo, formula As String, note As String, tag As Object, rowLink As Integer, columnLink As Integer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">rawValue</span></td>
      <td><p>the unformatted value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></td>
      <td><span class="parametername">style</span></td>
      <td><p>the style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">formula</span></td>
      <td><p>The formula.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">note</span></td>
      <td><p>The note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">tag</span></td>
      <td><p>The tag.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowLink</span></td>
      <td><p>The row of the reference</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnLink</span></td>
      <td><p>The column of the reference</p>
</td>
    </tr>
  </tbody>
</table>
</div>
