This topic explains what actions can be performed by the user when interacting with the formula bar.
The following table lists the concept and topics required as a prerequisite to understanding this topic.
This topic contains the following sections:
The UltraSpreadsheet control supports a designated area for cell content editing called Formula Bar positioned on top of the UltraSpreadsheet’s cells.
The following screenshot shows the UltraSpreadsheet’s formula bar:
The formula bar contains the following main areas from left to right:
Name box – displays information about the current selection and provides support for cell navigation and named reference creation
Drop down button for choosing a named reference
Splitter – used to split the space between the name box and the other elements
Cancel and confirm buttons – used for canceling or confirming the information entered in the formula editor
Formula editor – used for editing the value of the currently selected worksheet cell
Toggle button which toggles the formula bar height between a single line height and the last expanded height
The name box displays the address of the currently selected worksheet cell. The user may also use it for fast cell navigation by typing the cell address in it (for example "C15") and pressing the Enter
key. In this case the UltraSpreadsheet will navigate to the cell with address "C15" and select it.
The name box can also be used for creating named references. Named references are used as aliases for a cell selection configuration (no matter whether this is a single cell selection, a cells range or multiple cells ranges). To create a named reference the user must first select the desired cell(s), then type the named reference in the name box and press the Enter
key. To navigate to a particular named reference the user must select its name from the name box drop down.
The right side of the formula bar contains a text editor that can be used to edit the value of the cell.
This editor always displays the raw value of the active cell which means:
Formula string is displayed instead of the calculated value
No string formatting is rendered on the cell value
The bottom edge of the formula editor may be dragged up or down to resize the editing area with a step equal to the height of a line of text in the editor. The toggle button on the right side of the formula editor can be used to toggle between a single line height and the last expanded height of the formula editor.
The following table summarizes the user interaction capabilities of the UltraSpreadsheet's formula bar control.
The following topics provide additional information related to this topic.