Microsoft Graph · Schema

workbookWorksheetProtectionOptions

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
allowAutoFilter boolean Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled.
allowDeleteColumns boolean Indicates whether the worksheet protection option to allow deleting columns is enabled.
allowDeleteRows boolean Indicates whether the worksheet protection option to allow deleting rows is enabled.
allowFormatCells boolean Indicates whether the worksheet protection option to allow formatting cells is enabled.
allowFormatColumns boolean Indicates whether the worksheet protection option to allow formatting columns is enabled.
allowFormatRows boolean Indicates whether the worksheet protection option to allow formatting rows is enabled.
allowInsertColumns boolean Indicates whether the worksheet protection option to allow inserting columns is enabled.
allowInsertHyperlinks boolean Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled.
allowInsertRows boolean Indicates whether the worksheet protection option to allow inserting rows is enabled.
allowPivotTables boolean Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled.
allowSort boolean Indicates whether the worksheet protection option to allow the use of the sort feature is enabled.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphworkbookworksheetprotectionoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.workbookWorksheetProtectionOptions",
  "title": "workbookWorksheetProtectionOptions",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "allowAutoFilter": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow the use of the autofilter feature is enabled."
    },
    "allowDeleteColumns": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow deleting columns is enabled."
    },
    "allowDeleteRows": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow deleting rows is enabled."
    },
    "allowFormatCells": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow formatting cells is enabled."
    },
    "allowFormatColumns": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow formatting columns is enabled."
    },
    "allowFormatRows": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow formatting rows is enabled."
    },
    "allowInsertColumns": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow inserting columns is enabled."
    },
    "allowInsertHyperlinks": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow inserting hyperlinks is enabled."
    },
    "allowInsertRows": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow inserting rows is enabled."
    },
    "allowPivotTables": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow the use of the pivot table feature is enabled."
    },
    "allowSort": {
      "type": "boolean",
      "description": "Indicates whether the worksheet protection option to allow the use of the sort feature is enabled."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}