Headers.Protected Property

Protected.Represents the attribte in schema: protected

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

Syntax

'Declaration
<SchemaAttrAttribute(, "protected")> _
Public Property Protected As BooleanValue
    Get
    Set
'Usage
Dim instance As Headers
Dim value As BooleanValue

value = instance.Protected

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Headers Class

Headers Members

DocumentFormat.OpenXml.Spreadsheet Namespace