CellFormat.Protection Property

Protection.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 CellFormat
Dim value As Protection

value = instance.Protection

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.Protection
Returns Protection.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace