Class MicrosoftGraphWorkbookApplication


  • public final class MicrosoftGraphWorkbookApplication
    extends MicrosoftGraphEntity
    workbookApplication.
    • Constructor Detail

      • MicrosoftGraphWorkbookApplication

        public MicrosoftGraphWorkbookApplication()
    • Method Detail

      • calculationMode

        public String calculationMode()
        Get the calculationMode property: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
        Returns:
        the calculationMode value.
      • withCalculationMode

        public MicrosoftGraphWorkbookApplication withCalculationMode​(String calculationMode)
        Set the calculationMode property: Returns the calculation mode used in the workbook. Possible values are: Automatic, AutomaticExceptTables, Manual.
        Parameters:
        calculationMode - the calculationMode value to set.
        Returns:
        the MicrosoftGraphWorkbookApplication object itself.