Interface CTCustomChartsheetViews

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTCustomChartsheetViews extends XmlObject
An XML CT_CustomChartsheetViews(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getCustomSheetViewList

      List<CTCustomChartsheetView> getCustomSheetViewList()
      Gets a List of "customSheetView" elements
    • getCustomSheetViewArray

      CTCustomChartsheetView[] getCustomSheetViewArray()
      Gets array of all "customSheetView" elements
    • getCustomSheetViewArray

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

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

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

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

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

      CTCustomChartsheetView 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