DifferentialType.Protection Property

Protection Properties.Represents the element tag in schema: x:protection

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Protection As Protection
    Get
    Set
'Usage
Dim instance As DifferentialType
Dim value As Protection

value = instance.Protection

instance.Protection = value
public Protection Protection { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Protection

See Also

Reference

DifferentialType Class

DifferentialType Members

DocumentFormat.OpenXml.Office2010.Excel Namespace