# GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.AlternateText

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_AlternateText_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.AlternateText*">AlternateText Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_AlternateText_" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.AlternateText*"></a>
<h4 id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_AlternateText" data-uid="GrapeCity.Win.Spread.InputMan.CellType.GcTimeSpanCellType.AlternateText">AlternateText</h4>
<div class="markdown level1 summary"><p>Gets the alternate text setting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TimeSpanAlternateTextInfo AlternateText { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property AlternateText As TimeSpanAlternateTextInfo</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanAlternateTextInfo.html">TimeSpanAlternateTextInfo</a></td>
      <td><p>A <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanAlternateText.html">TimeSpanAlternateText</a> value that indicates the alternate text.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_Win_Spread_InputMan_CellType_GcTimeSpanCellType_AlternateText_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property specifies how to show alternative text when the value is <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanAlternateText.Zero.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanAlternateText_Zero">Zero</a>
or <a class="xref" href="GrapeCity.Win.Spread.InputMan.CellType.TimeSpanAlternateText.Null.html#GrapeCity_Win_Spread_InputMan_CellType_TimeSpanAlternateText_Null">Null</a> in edit mode and display mode.</p>
</div>
</div>
