共用方式為


SheetProtection.Scenarios Property

Definition

Scenarios Locked

Represents the following attribute in the schema: scenarios

[DocumentFormat.OpenXml.SchemaAttr(0, "scenarios")]
public DocumentFormat.OpenXml.BooleanValue Scenarios { get; set; }
public DocumentFormat.OpenXml.BooleanValue Scenarios { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "scenarios")]
public DocumentFormat.OpenXml.BooleanValue? Scenarios { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("scenarios")]
public DocumentFormat.OpenXml.BooleanValue? Scenarios { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Scenarios { get; set; }
member this.Scenarios : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "scenarios")>]
member this.Scenarios : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("scenarios")>]
member this.Scenarios : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Scenarios As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to