Interface CTSheetViews

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getSheetViewList

      List<CTSheetView> getSheetViewList()
      Gets a List of "sheetView" elements
    • getSheetViewArray

      CTSheetView[] getSheetViewArray()
      Gets array of all "sheetView" elements
    • getSheetViewArray

      CTSheetView getSheetViewArray(int i)
      Gets ith "sheetView" element
    • sizeOfSheetViewArray

      int sizeOfSheetViewArray()
      Returns number of "sheetView" element
    • setSheetViewArray

      void setSheetViewArray(CTSheetView[] sheetViewArray)
      Sets array of all "sheetView" element
    • setSheetViewArray

      void setSheetViewArray(int i, CTSheetView sheetView)
      Sets ith "sheetView" element
    • insertNewSheetView

      CTSheetView insertNewSheetView(int i)
      Inserts and returns a new empty value (as xml) as the ith "sheetView" element
    • addNewSheetView

      CTSheetView addNewSheetView()
      Appends and returns a new empty value (as xml) as the last "sheetView" element
    • removeSheetView

      void removeSheetView(int i)
      Removes the ith "sheetView" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element