ChartSheetProtection.HashValue Property

Password Hash Value.Represents the attribte in schema: hashValue

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

Syntax

'Declaration
<SchemaAttrAttribute(, "hashValue")> _
Public Property HashValue As Base64BinaryValue
    Get
    Set
'Usage
Dim instance As ChartSheetProtection
Dim value As Base64BinaryValue

value = instance.HashValue

instance.HashValue = value
[SchemaAttrAttribute(, "hashValue")]
public Base64BinaryValue HashValue { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue

See Also

Reference

ChartSheetProtection Class

ChartSheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace