Interface ChartsheetDocument

All Superinterfaces:
XmlObject, XmlTokenSource

public interface ChartsheetDocument extends XmlObject
A document containing one chartsheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main) element. This is a complex type.
  • Field Details

  • Method Details

    • getChartsheet

      CTChartsheet getChartsheet()
      Gets the "chartsheet" element
    • setChartsheet

      void setChartsheet(CTChartsheet chartsheet)
      Sets the "chartsheet" element
    • addNewChartsheet

      CTChartsheet addNewChartsheet()
      Appends and returns a new empty "chartsheet" element