Interface CTSingleXmlCells

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getSingleXmlCellList

      List<CTSingleXmlCell> getSingleXmlCellList()
      Gets a List of "singleXmlCell" elements
    • getSingleXmlCellArray

      CTSingleXmlCell[] getSingleXmlCellArray()
      Gets array of all "singleXmlCell" elements
    • getSingleXmlCellArray

      CTSingleXmlCell getSingleXmlCellArray(int i)
      Gets ith "singleXmlCell" element
    • sizeOfSingleXmlCellArray

      int sizeOfSingleXmlCellArray()
      Returns number of "singleXmlCell" element
    • setSingleXmlCellArray

      void setSingleXmlCellArray(CTSingleXmlCell[] singleXmlCellArray)
      Sets array of all "singleXmlCell" element
    • setSingleXmlCellArray

      void setSingleXmlCellArray(int i, CTSingleXmlCell singleXmlCell)
      Sets ith "singleXmlCell" element
    • insertNewSingleXmlCell

      CTSingleXmlCell insertNewSingleXmlCell(int i)
      Inserts and returns a new empty value (as xml) as the ith "singleXmlCell" element
    • addNewSingleXmlCell

      CTSingleXmlCell addNewSingleXmlCell()
      Appends and returns a new empty value (as xml) as the last "singleXmlCell" element
    • removeSingleXmlCell

      void removeSingleXmlCell(int i)
      Removes the ith "singleXmlCell" element