Interface CTSheetData

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getRowList

        java.util.List<CTRow> getRowList()
        Gets a List of "row" elements
      • getRowArray

        @Deprecated
        CTRow[] getRowArray()
        Deprecated.
        Gets array of all "row" elements
      • getRowArray

        CTRow getRowArray​(int i)
        Gets ith "row" element
      • sizeOfRowArray

        int sizeOfRowArray()
        Returns number of "row" element
      • setRowArray

        void setRowArray​(CTRow[] rowArray)
        Sets array of all "row" element
      • setRowArray

        void setRowArray​(int i,
                         CTRow row)
        Sets ith "row" element
      • insertNewRow

        CTRow insertNewRow​(int i)
        Inserts and returns a new empty value (as xml) as the ith "row" element
      • addNewRow

        CTRow addNewRow()
        Appends and returns a new empty value (as xml) as the last "row" element
      • removeRow

        void removeRow​(int i)
        Removes the ith "row" element