DialogSheet.SheetProtection Property

Sheet Protection.Represents the element tag in schema: x:sheetProtection

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

Syntax

'Declaration
Public Property SheetProtection As SheetProtection
    Get
    Set
'Usage
Dim instance As DialogSheet
Dim value As SheetProtection

value = instance.SheetProtection

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.SheetProtection
Returns SheetProtection.

See Also

Reference

DialogSheet Class

DialogSheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace