The RibbonFormulaTab class represents a ribbon tab for editing formulas in table cells. It is inherited from the System.Windows.Controls.Ribbon.RibbonTab class and must be hosted in a System.Windows.Controls.Ribbon.Ribbon object. It can be connected with a WPF.TextControl through the WPF.TextControl.RibbonFormulaTab property. Each item has a name, available through its Name property, which corresponds with a member of the WPF.RibbonFormulaTab.RibbonItem enumeration. The FrameworkElement.FindName method can be used to get a certain item and manipulate, move or delete it.

Syntax

public class RibbonFormulaTab : System.Windows.Controls.Ribbon.RibbonTab
Public Class RibbonFormulaTab
  Inherits System.Windows.Controls.Ribbon.RibbonTab

Introduced: X16.

Constructors

Constructor Description
RibbonFormulaTab Initializes a new instance of the RibbonFormulaTab class.

Enumerations

Enumeration Description
RibbonItem Each RibbonItem represents an item in the RibbonFormulaTab that is not a drop-down item.