WorkbookProtection.RevisionsHashValue Property
Password Hash Value.Represents the attribte in schema: revisionsHashValue
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "revisionsHashValue")> _
Public Property RevisionsHashValue As Base64BinaryValue
Get
Set
'Usage
Dim instance As WorkbookProtection
Dim value As Base64BinaryValue
value = instance.RevisionsHashValue
instance.RevisionsHashValue = value
[SchemaAttrAttribute(, "revisionsHashValue")]
public Base64BinaryValue RevisionsHashValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Base64BinaryValue