Interface CTExternalRow

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTExternalRow
    extends XmlObject
    An XML CT_ExternalRow(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getCellList

        java.util.List<CTExternalCell> getCellList()
        Gets a List of "cell" elements
      • getCellArray

        @Deprecated
        CTExternalCell[] getCellArray()
        Deprecated.
        Gets array of all "cell" elements
      • getCellArray

        CTExternalCell getCellArray​(int i)
        Gets ith "cell" element
      • sizeOfCellArray

        int sizeOfCellArray()
        Returns number of "cell" element
      • setCellArray

        void setCellArray​(CTExternalCell[] cellArray)
        Sets array of all "cell" element
      • setCellArray

        void setCellArray​(int i,
                          CTExternalCell cell)
        Sets ith "cell" element
      • insertNewCell

        CTExternalCell insertNewCell​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cell" element
      • addNewCell

        CTExternalCell addNewCell()
        Appends and returns a new empty value (as xml) as the last "cell" element
      • removeCell

        void removeCell​(int i)
        Removes the ith "cell" element
      • getR

        long getR()
        Gets the "r" attribute
      • setR

        void setR​(long r)
        Sets the "r" attribute
      • xsetR

        void xsetR​(XmlUnsignedInt r)
        Sets (as xml) the "r" attribute