SheetProtection.Scenarios Property

Scenarios Locked.Represents the attribte in schema: scenarios

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "scenarios")> _
Public Property Scenarios As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetProtection
Dim value As BooleanValue

value = instance.Scenarios

instance.Scenarios = value
[SchemaAttrAttribute(, "scenarios")]
public BooleanValue Scenarios { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetProtection Class

SheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace