Class FormulaBar
Class which holds the properties and operations related with controls such as NameBox, FormulaTextBox, EndEdit button and CancelEdit button in SfSpreadsheet.
Inheritance
System.Object
FormulaBar
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Spreadsheet
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class FormulaBar : Control, IDisposable
Remarks
The Formula Bar is located above the worksheet area of the spreadsheet. The formula bar displays the data or formula stored in the active cell.
The Name Box is located next to the formula bar above the worksheet area. The Name Box normally displays the cell reference of the active cell.
The EndEdit Button is used to save the entered the data and end edit the cell.
The CancelEdit Button is used to revert the newly entered data and end edit the cell.
Constructors
FormulaBar()
Initializes a new instance of the FormulaBar class.
Declaration
public FormulaBar()
Methods
Dispose()
Dispose the live instances
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable