Interface EnumGridFormatEditorTabs


  • public interface EnumGridFormatEditorTabs
    This enumeration contains the different identifiers for the tabs available trough the Grid Format Editor bean
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int GridFormatBorderTab
      Represents the Format Border tab on the Grid Format Editor
      static int GridFormatCellTab
      Represents the Format Cell tab on the Grid Format Editor
      static int GridFormatFontTab
      Represents the Format Font tab on the Grid Format Editor
      static int GridFormatNumberTab
      Represents the Format Number tab on the Grid Format Editor
    • Field Detail

      • GridFormatFontTab

        static final int GridFormatFontTab
        Represents the Format Font tab on the Grid Format Editor
        See Also:
        Constant Field Values
      • GridFormatNumberTab

        static final int GridFormatNumberTab
        Represents the Format Number tab on the Grid Format Editor
        See Also:
        Constant Field Values
      • GridFormatBorderTab

        static final int GridFormatBorderTab
        Represents the Format Border tab on the Grid Format Editor
        See Also:
        Constant Field Values
      • GridFormatCellTab

        static final int GridFormatCellTab
        Represents the Format Cell tab on the Grid Format Editor
        See Also:
        Constant Field Values