Protection.Hidden Property

Hidden Cell.Represents the attribte in schema: hidden

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hidden")> _
Public Property Hidden As BooleanValue
    Get
    Set
'Usage
Dim instance As Protection
Dim value As BooleanValue

value = instance.Hidden

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Protection Class

Protection Members

DocumentFormat.OpenXml.Spreadsheet Namespace