Interface CTCustomSheetViews

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTCustomSheetViews
    extends XmlObject
    An XML CT_CustomSheetViews(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getCustomSheetViewList

        java.util.List<CTCustomSheetView> getCustomSheetViewList()
        Gets a List of "customSheetView" elements
      • getCustomSheetViewArray

        @Deprecated
        CTCustomSheetView[] getCustomSheetViewArray()
        Deprecated.
        Gets array of all "customSheetView" elements
      • getCustomSheetViewArray

        CTCustomSheetView getCustomSheetViewArray​(int i)
        Gets ith "customSheetView" element
      • sizeOfCustomSheetViewArray

        int sizeOfCustomSheetViewArray()
        Returns number of "customSheetView" element
      • setCustomSheetViewArray

        void setCustomSheetViewArray​(CTCustomSheetView[] customSheetViewArray)
        Sets array of all "customSheetView" element
      • setCustomSheetViewArray

        void setCustomSheetViewArray​(int i,
                                     CTCustomSheetView customSheetView)
        Sets ith "customSheetView" element
      • insertNewCustomSheetView

        CTCustomSheetView insertNewCustomSheetView​(int i)
        Inserts and returns a new empty value (as xml) as the ith "customSheetView" element
      • addNewCustomSheetView

        CTCustomSheetView addNewCustomSheetView()
        Appends and returns a new empty value (as xml) as the last "customSheetView" element
      • removeCustomSheetView

        void removeCustomSheetView​(int i)
        Removes the ith "customSheetView" element