WorkbookProtection.WorkbookHashValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Password Hash Value
Represents the following attribute in the schema: workbookHashValue
[DocumentFormat.OpenXml.SchemaAttr(0, "workbookHashValue")]
public DocumentFormat.OpenXml.Base64BinaryValue WorkbookHashValue { get; set; }
public DocumentFormat.OpenXml.Base64BinaryValue WorkbookHashValue { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "workbookHashValue")]
public DocumentFormat.OpenXml.Base64BinaryValue? WorkbookHashValue { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("workbookHashValue")]
public DocumentFormat.OpenXml.Base64BinaryValue? WorkbookHashValue { get; set; }
public DocumentFormat.OpenXml.Base64BinaryValue? WorkbookHashValue { get; set; }
member this.WorkbookHashValue : DocumentFormat.OpenXml.Base64BinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "workbookHashValue")>]
member this.WorkbookHashValue : DocumentFormat.OpenXml.Base64BinaryValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("workbookHashValue")>]
member this.WorkbookHashValue : DocumentFormat.OpenXml.Base64BinaryValue with get, set
Public Property WorkbookHashValue As Base64BinaryValue
Property Value
- Attributes