Interface CTPivotAreaReferences

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getReferenceList

      List<CTPivotAreaReference> getReferenceList()
      Gets a List of "reference" elements
    • getReferenceArray

      CTPivotAreaReference[] getReferenceArray()
      Gets array of all "reference" elements
    • getReferenceArray

      CTPivotAreaReference getReferenceArray(int i)
      Gets ith "reference" element
    • sizeOfReferenceArray

      int sizeOfReferenceArray()
      Returns number of "reference" element
    • setReferenceArray

      void setReferenceArray(CTPivotAreaReference[] referenceArray)
      Sets array of all "reference" element
    • setReferenceArray

      void setReferenceArray(int i, CTPivotAreaReference reference)
      Sets ith "reference" element
    • insertNewReference

      CTPivotAreaReference insertNewReference(int i)
      Inserts and returns a new empty value (as xml) as the ith "reference" element
    • addNewReference

      CTPivotAreaReference addNewReference()
      Appends and returns a new empty value (as xml) as the last "reference" element
    • removeReference

      void removeReference(int i)
      Removes the ith "reference" element
    • getCount

      long getCount()
      Gets the "count" attribute
    • xgetCount

      XmlUnsignedInt xgetCount()
      Gets (as xml) the "count" attribute
    • isSetCount

      boolean isSetCount()
      True if has "count" attribute
    • setCount

      void setCount(long count)
      Sets the "count" attribute
    • xsetCount

      void xsetCount(XmlUnsignedInt count)
      Sets (as xml) the "count" attribute
    • unsetCount

      void unsetCount()
      Unsets the "count" attribute