Class MicrosoftGraphWorkbookWorksheet


  • public final class MicrosoftGraphWorkbookWorksheet
    extends MicrosoftGraphEntity
    workbookWorksheet.
    • Constructor Detail

      • MicrosoftGraphWorkbookWorksheet

        public MicrosoftGraphWorkbookWorksheet()
    • Method Detail

      • name

        public String name()
        Get the name property: The display name of the worksheet.
        Returns:
        the name value.
      • withName

        public MicrosoftGraphWorkbookWorksheet withName​(String name)
        Set the name property: The display name of the worksheet.
        Parameters:
        name - the name value to set.
        Returns:
        the MicrosoftGraphWorkbookWorksheet object itself.
      • position

        public Integer position()
        Get the position property: The zero-based position of the worksheet within the workbook.
        Returns:
        the position value.
      • withPosition

        public MicrosoftGraphWorkbookWorksheet withPosition​(Integer position)
        Set the position property: The zero-based position of the worksheet within the workbook.
        Parameters:
        position - the position value to set.
        Returns:
        the MicrosoftGraphWorkbookWorksheet object itself.
      • visibility

        public String visibility()
        Get the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
        Returns:
        the visibility value.
      • withVisibility

        public MicrosoftGraphWorkbookWorksheet withVisibility​(String visibility)
        Set the visibility property: The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
        Parameters:
        visibility - the visibility value to set.
        Returns:
        the MicrosoftGraphWorkbookWorksheet object itself.
      • charts

        public List<MicrosoftGraphWorkbookChart> charts()
        Get the charts property: Returns collection of charts that are part of the worksheet. Read-only.
        Returns:
        the charts value.
      • withCharts

        public MicrosoftGraphWorkbookWorksheet withCharts​(List<MicrosoftGraphWorkbookChart> charts)
        Set the charts property: Returns collection of charts that are part of the worksheet. Read-only.
        Parameters:
        charts - the charts value to set.
        Returns:
        the MicrosoftGraphWorkbookWorksheet object itself.
      • names

        public List<MicrosoftGraphWorkbookNamedItem> names()
        Get the names property: Returns collection of names that are associated with the worksheet. Read-only.
        Returns:
        the names value.
      • pivotTables

        public List<MicrosoftGraphWorkbookPivotTable> pivotTables()
        Get the pivotTables property: Collection of PivotTables that are part of the worksheet.
        Returns:
        the pivotTables value.
      • tables

        public List<MicrosoftGraphWorkbookTable> tables()
        Get the tables property: Collection of tables that are part of the worksheet. Read-only.
        Returns:
        the tables value.