SheetProtection.Password Property

Password.Represents the attribte in schema: password

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

Syntax

'Declaration
<SchemaAttrAttribute(, "password")> _
Public Property Password As HexBinaryValue
    Get
    Set
'Usage
Dim instance As SheetProtection
Dim value As HexBinaryValue

value = instance.Password

instance.Password = value
[SchemaAttrAttribute(, "password")]
public HexBinaryValue Password { get; set; }

Property Value

Type: DocumentFormat.OpenXml.HexBinaryValue
Returns StringValue.

See Also

Reference

SheetProtection Class

SheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace