The RibbonFormulaTab class represents a Windows Forms ribbon tab for editing formulas in table cells. To modify a formula, a TextControl must be connected with the Ribbon which hosts the RibbonFormulaTab.

Syntax

public class RibbonFormulaTab : Windows.Forms.Ribbon.RibbonTab
Public Class RibbonFormulaTab
  Inherits Windows.Forms.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.

Methods

Method Description
FindItem Finds a control that has the provided RibbonFormulaTab.RibbonItem identifier.

Properties

Property Description
KeyTip Gets or sets the keyboard shortcut of the RibbonTab.
(Inherited from RibbonTab)
RibbonGroups Gets a collection of all RibbonGroups in a RibbonTab.
(Inherited from RibbonTab)