Skip to main content

TdxSpreadSheetFormulaBarOptionsView.ShowNameBox Property

Specifies if the Formula Bar control displays the Name Box.

Declaration

property ShowNameBox: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Set this property to False or True to hide or display the Name Box that shows the focused cell or floating container, the defined name corresponding to the active cell selection, or dimensions of the currently selected cell range during a drag selection operation. Additionally, the Name Box can:

  • Name or rename the focused floating container.

  • Search a floating container if it has an assigned name.

  • Create a new defined name from the active cell selection and a specified unique name.

  • Select a cell range to which the specified defined name refers.

Value Example
True Name Box is Visible
False Name Box is Hidden

The ShowNameBox property’s default value is True.

See Also