All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getCList

      List<CTCalcCell> getCList()
      Gets a List of "c" elements
    • getCArray

      CTCalcCell[] getCArray()
      Gets array of all "c" elements
    • getCArray

      CTCalcCell getCArray(int i)
      Gets ith "c" element
    • sizeOfCArray

      int sizeOfCArray()
      Returns number of "c" element
    • setCArray

      void setCArray(CTCalcCell[] cArray)
      Sets array of all "c" element
    • setCArray

      void setCArray(int i, CTCalcCell c)
      Sets ith "c" element
    • insertNewC

      CTCalcCell insertNewC(int i)
      Inserts and returns a new empty value (as xml) as the ith "c" element
    • addNewC

      CTCalcCell addNewC()
      Appends and returns a new empty value (as xml) as the last "c" element
    • removeC

      void removeC(int i)
      Removes the ith "c" 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