Interface CTExternalSheetData

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getRowList

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

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

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

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

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

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

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

        CTExternalRow 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
      • getSheetId

        long getSheetId()
        Gets the "sheetId" attribute
      • xgetSheetId

        XmlUnsignedInt xgetSheetId()
        Gets (as xml) the "sheetId" attribute
      • setSheetId

        void setSheetId​(long sheetId)
        Sets the "sheetId" attribute
      • xsetSheetId

        void xsetSheetId​(XmlUnsignedInt sheetId)
        Sets (as xml) the "sheetId" attribute
      • getRefreshError

        boolean getRefreshError()
        Gets the "refreshError" attribute
      • xgetRefreshError

        XmlBoolean xgetRefreshError()
        Gets (as xml) the "refreshError" attribute
      • isSetRefreshError

        boolean isSetRefreshError()
        True if has "refreshError" attribute
      • setRefreshError

        void setRefreshError​(boolean refreshError)
        Sets the "refreshError" attribute
      • xsetRefreshError

        void xsetRefreshError​(XmlBoolean refreshError)
        Sets (as xml) the "refreshError" attribute
      • unsetRefreshError

        void unsetRefreshError()
        Unsets the "refreshError" attribute