Scenario.Locked Property

Scenario Locked.Represents the attribte in schema: locked

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

Syntax

'Declaration
<SchemaAttrAttribute(, "locked")> _
Public Property Locked As BooleanValue
    Get
    Set
'Usage
Dim instance As Scenario
Dim value As BooleanValue

value = instance.Locked

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Scenario Class

Scenario Members

DocumentFormat.OpenXml.Spreadsheet Namespace