# FarPoint.Win.Spread.TextTipFetchEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_TextTipFetchEventArgs" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs" class="text-break">TextTipFetchEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the TextTipFetch event for the Spread component,
which occurs when the text tip is being fetched.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">TextTipFetchEventArgs</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_TextTipFetchEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TextTipFetchEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TextTipFetchEventArgs
    Inherits EventArgs</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_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)">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the TextTipFetch event arguments.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the TextTipFetch event arguments.</p>
</td>
      </tr>
      <tr>
        <td 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)">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.-ctor.html#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)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the TextTipFetch event arguments.</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_TextTipFetchEventArgs_Column" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.Column">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.Column.html#FarPoint_Win_Spread_TextTipFetchEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the cell that is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_ColumnFooter" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.ColumnFooter">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.ColumnFooter.html#FarPoint_Win_Spread_TextTipFetchEventArgs_ColumnFooter">ColumnFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell is in the column footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_ColumnHeader" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.ColumnHeader">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.ColumnHeader.html#FarPoint_Win_Spread_TextTipFetchEventArgs_ColumnHeader">ColumnHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell is in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_FetchCellNote" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.FetchCellNote">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.FetchCellNote.html#FarPoint_Win_Spread_TextTipFetchEventArgs_FetchCellNote">FetchCellNote</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether to fetch the cell note.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_Row" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.Row">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.Row.html#FarPoint_Win_Spread_TextTipFetchEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the cell that is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_RowHeader" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.RowHeader">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.RowHeader.html#FarPoint_Win_Spread_TextTipFetchEventArgs_RowHeader">RowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell is in the row headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_ShowTip" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.ShowTip">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.ShowTip.html#FarPoint_Win_Spread_TextTipFetchEventArgs_ShowTip">ShowTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to show the text tip or show the cell note as a tip window.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_TipText" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.TipText">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.TipText.html#FarPoint_Win_Spread_TextTipFetchEventArgs_TipText">TipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text in the text tip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_TipWidth" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.TipWidth">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.TipWidth.html#FarPoint_Win_Spread_TextTipFetchEventArgs_TipWidth">TipWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the text tip or cell note.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_View" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.View">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.View.html#FarPoint_Win_Spread_TextTipFetchEventArgs_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the view that contains the cell that is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_TextTipFetchEventArgs_WrapText" data-uid="FarPoint.Win.Spread.TextTipFetchEventArgs.WrapText">
          <a class="xref" href="FarPoint.Win.Spread.TextTipFetchEventArgs.WrapText.html#FarPoint_Win_Spread_TextTipFetchEventArgs_WrapText">WrapText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the text tip or cell note should wrap for multiple lines.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
