[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FormulaTextBox.FormatWidthLimit

FormatWidthLimit Property

FormatWidthLimit

Gets or sets the maximum width limit for formatting.

Declaration
public int FormatWidthLimit { get; set; }
Public Property FormatWidthLimit As Integer
Remarks

Set 0 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.

Set positive values to adjusts the formula text width when the length of the formula expressions (including subexpressions) exceeds the specified value.

Set other negative values to format formula expressions as multiple lines.