Interface Workbook.UpdateStages.WithCategory

All Known Subinterfaces:
Workbook.Update
Enclosing interface:
Workbook.UpdateStages

public static interface Workbook.UpdateStages.WithCategory
The stage of the Workbook update allowing to specify category.
  • Method Summary

    Modifier and Type
    Method
    Description
    withCategory(String category)
    Specifies the category property: Workbook category, as defined by the user at creation time..
  • Method Details

    • withCategory

      Workbook.Update withCategory(String category)
      Specifies the category property: Workbook category, as defined by the user at creation time..
      Parameters:
      category - Workbook category, as defined by the user at creation time.
      Returns:
      the next definition stage.