# FarPoint.Win.Spread.FormulaTextBox.FormatWidthLimit

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FormulaTextBox_FormatWidthLimit_" data-uid="FarPoint.Win.Spread.FormulaTextBox.FormatWidthLimit*">FormatWidthLimit Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FormulaTextBox_FormatWidthLimit_" data-uid="FarPoint.Win.Spread.FormulaTextBox.FormatWidthLimit*"></a>
<h4 id="FarPoint_Win_Spread_FormulaTextBox_FormatWidthLimit" data-uid="FarPoint.Win.Spread.FormulaTextBox.FormatWidthLimit">FormatWidthLimit</h4>
<div class="markdown level1 summary"><p>Gets or sets the maximum width limit for formatting.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public int FormatWidthLimit { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property FormatWidthLimit As Integer</code></pre>
</div>
<h5 id="FarPoint_Win_Spread_FormulaTextBox_FormatWidthLimit_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Set <code>0</code> to adjusts the formula text width in accordance with the editor. If the length of the text exceeds the width of the editor, then only the formula is divided into multiple lines.</p>
<p>Set positive values to adjusts the formula text width when the length of the formula expressions (including subexpressions) exceeds the specified value.</p>
<p>Set other negative values to format formula expressions as multiple lines.</p>
</div>
</div>
