# FarPoint.Win.Spread.TextTipFetchEventArgs.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor*">TextTipFetchEventArgs Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_String_System_Int32_System_Int32_System_Boolean_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.Boolean)">TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool)</h4>
<div class="markdown level1 summary"><p>Creates a new object with the TextTipFetch event arguments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextTipFetchEventArgs(SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, wrapText As Boolean, width As Integer, showTip As Boolean)</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="FarPoint.Win.Spread.SpreadView.html">SpreadView</a></td>
      <td><span class="parametername">view</span></td>
      <td><p>View that contains the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text in the text tip</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>Row index of the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>Column index of the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">wrapText</span></td>
      <td><p>Whether the text tip or cell note should wrap for multiple lines</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the text tip or cell note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showTip</span></td>
      <td><p>Whether to show the text tip or cell note</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_String_System_Int32_System_Int32_System_Boolean_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool, bool, bool, bool)</h4>
<div class="markdown level1 summary"><p>Creates a new object with the TextTipFetch event arguments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextTipFetchEventArgs(SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip, bool rowHeader, bool columnHeader, bool fetchCellNote)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, wrapText As Boolean, width As Integer, showTip As Boolean, rowHeader As Boolean, columnHeader As Boolean, fetchCellNote As Boolean)</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="FarPoint.Win.Spread.SpreadView.html">SpreadView</a></td>
      <td><span class="parametername">view</span></td>
      <td><p>View that contains the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text in the text tip</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>Row index of the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>Column index of the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">wrapText</span></td>
      <td><p>Whether the text tip or cell note should wrap for multiple lines</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the text tip or cell note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showTip</span></td>
      <td><p>Whether to show the text tip or cell note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">rowHeader</span></td>
      <td><p>Whether the cell is in the row headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">columnHeader</span></td>
      <td><p>Whether the cell is in the column headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">fetchCellNote</span></td>
      <td><p>Whether to display the cell note</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor*"></a>
<h4 id="FarPoint_Win_Spread_TextTipFetchEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_String_System_Int32_System_Int32_System_Boolean_System_Int32_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.String,System.Int32,System.Int32,System.Boolean,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">TextTipFetchEventArgs(SpreadView, string, int, int, bool, int, bool, bool, bool, bool, bool)</h4>
<div class="markdown level1 summary"><p>Creates a new object with the TextTipFetch event arguments.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TextTipFetchEventArgs(SpreadView view, string text, int row, int column, bool wrapText, int width, bool showTip, bool rowHeader, bool columnHeader, bool columnFooter, bool fetchCellNote)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(view As SpreadView, text As String, row As Integer, column As Integer, wrapText As Boolean, width As Integer, showTip As Boolean, rowHeader As Boolean, columnHeader As Boolean, columnFooter As Boolean, fetchCellNote As Boolean)</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="FarPoint.Win.Spread.SpreadView.html">SpreadView</a></td>
      <td><span class="parametername">view</span></td>
      <td><p>View that contains the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">text</span></td>
      <td><p>Text in the text tip</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>Row index of the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>Column index of the cell that is clicked</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">wrapText</span></td>
      <td><p>Whether the text tip or cell note should wrap for multiple lines</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>Width of the text tip or cell note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">showTip</span></td>
      <td><p>Whether to show the text tip or cell note</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">rowHeader</span></td>
      <td><p>Whether the cell is in the row headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">columnHeader</span></td>
      <td><p>Whether the cell is in the column headers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">columnFooter</span></td>
      <td><p>Whether the cell is in the column footers</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">fetchCellNote</span></td>
      <td><p>Whether to display the cell note</p>
</td>
    </tr>
  </tbody>
</table>
</div>
