ChartSheetProtection.AlgorithmName Property

Cryptographic Algorithm Name.Represents the attribte in schema: algorithmName

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

Syntax

'Declaration
<SchemaAttrAttribute(, "algorithmName")> _
Public Property AlgorithmName As StringValue
    Get
    Set
'Usage
Dim instance As ChartSheetProtection
Dim value As StringValue

value = instance.AlgorithmName

instance.AlgorithmName = value
[SchemaAttrAttribute(, "algorithmName")]
public StringValue AlgorithmName { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ChartSheetProtection Class

ChartSheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace