Each RibbonItem represents an item in the RibbonFormulaTab that is not a drop-down item. The corresponding string of a RibbonItem is the same as the item's Name property. The RibbonItem enumeration can be used with the FindItem method to get an item and manipulate it or with the ResourceProvider class that provides static methods to receive bitmaps or strings which are associated with the corresponding ribbon item.

Members

Member Description
TXITEM_FormulaGroup Identifies the TXITEM_FormulaGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_FormulaGroup_DialogBoxLauncher Identifies the dialog box launcher of the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.
TXITEM_Formula Identifies the TXITEM_Formula ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.
TXITEM_FormulaTextBox Identifies the TXITEM_FormulaTextBox ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_AcceptFormula Identifies the TXITEM_AcceptFormula ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_CancelFormulaEditing Identifies the TXITEM_CancelFormulaEditing ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_Functions Identifies the TXITEM_Functions ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.
TXITEM_SupportedFunctions Identifies the TXITEM_SupportedFunctions ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_AddFunction Identifies the TXITEM_AddFunction ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_SelectCellReferences Identifies the TXITEM_SelectCellReferences ribbon item inside the TXITEM_FormulaGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_NumberFormatGroup Identifies the TXITEM_NumberFormatGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_NumberFormatGroup_DialogBoxLauncher Identifies the dialog box launcher of the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle and ToolTipDescription resources. Limitations: The FindItem method returns null when passing this RibbonItem as an argument.
TXITEM_TableCellNumberFormat Identifies the TXITEM_TableCellNumberFormat ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.
TXITEM_TableCellNumberFormatComboBox Identifies the TXITEM_TableCellNumberFormatComboBox ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_TableCellAcceptNumberFormat Identifies the TXITEM_TableCellAcceptNumberFormat ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_TableCellTextType Identifies the TXITEM_TableCellTextType ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding Text, ToolTipTitle and ToolTipDescription resources.
TXITEM_TableCellTextTypeText Identifies the TXITEM_TableCellTextTypeText ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_TableCellTextTypeNumber Identifies the TXITEM_TableCellTextTypeNumber ribbon item inside the TXITEM_NumberFormatGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_FormulaSettingsGroup Identifies the TXITEM_FormulaSettingsGroup ribbon group inside the RibbonFormulaTab ribbon tab. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding LargeIcon, SmallIcon, Text and KeyTip resources.
TXITEM_EnableFormulaCalculation Identifies the TXITEM_EnableFormulaCalculation ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_EnableR1C1Style Identifies the TXITEM_EnableR1C1Style ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_EnableA1Style Identifies the TXITEM_EnableA1Style ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ShowFormulaReferences Identifies the TXITEM_ShowFormulaReferences ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.
TXITEM_ShowAllReferences Identifies the TXITEM_ShowAllReferences ribbon item inside the TXITEM_FormulaSettingsGroup ribbon group. The string conversion of that identifier can be passed to the appropriate ResourceProvider method to get the corresponding SmallIcon, Text, ToolTipTitle, ToolTipDescription and KeyTip resources.