Class WorkbookWorksheet

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.WorkbookWorksheet
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookWorksheet extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Workbook Worksheet.
  • Field Details

    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The display name of the worksheet.
    • position

      @SerializedName(value="position", alternate="Position") @Expose @Nullable public Integer position
      The Position. The zero-based position of the worksheet within the workbook.
    • visibility

      @SerializedName(value="visibility", alternate="Visibility") @Expose @Nullable public String visibility
      The Visibility. The Visibility of the worksheet. The possible values are: Visible, Hidden, VeryHidden.
    • charts

      @SerializedName(value="charts", alternate="Charts") @Expose @Nullable public WorkbookChartCollectionPage charts
      The Charts. Returns collection of charts that are part of the worksheet. Read-only.
    • names

      @SerializedName(value="names", alternate="Names") @Expose @Nullable public WorkbookNamedItemCollectionPage names
      The Names. Returns collection of names that are associated with the worksheet. Read-only.
    • pivotTables

      @SerializedName(value="pivotTables", alternate="PivotTables") @Expose @Nullable public WorkbookPivotTableCollectionPage pivotTables
      The Pivot Tables. Collection of PivotTables that are part of the worksheet.
    • protection

      @SerializedName(value="protection", alternate="Protection") @Expose @Nullable public WorkbookWorksheetProtection protection
      The Protection. Returns sheet protection object for a worksheet. Read-only.
    • tables

      @SerializedName(value="tables", alternate="Tables") @Expose @Nullable public WorkbookTableCollectionPage tables
      The Tables. Collection of tables that are part of the worksheet. Read-only.
  • Constructor Details

    • WorkbookWorksheet

      public WorkbookWorksheet()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to