Enum GridShowFormulaBehavior
Specifies behavior for displaying formula text.
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public enum GridShowFormulaBehavior
Fields
Name | Description |
---|---|
Always | Always display the formula text. |
Never | Never display the formula text. |
WhenCurrent | Display the formula text whenever the cell is the current cell. |
WhenEditing | Display the formula text only when the cell is actively being edited. |