DifferentialFormatType.Protection Property
Protection Properties.Represents the element tag in schema: x:protection
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Protection As Protection
Get
Set
'Usage
Dim instance As DifferentialFormatType
Dim value As Protection
value = instance.Protection
instance.Protection = value
public Protection Protection { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.Protection