ChartSheetProtection.SaltValue Property

Salt Value for Password Verifier.Represents the attribte in schema: saltValue

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

Syntax

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

value = instance.SaltValue

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

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue

See Also

Reference

ChartSheetProtection Class

ChartSheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace