Table of Contents

TWorkbookProtectionOptions.TWorkbookProtectionOptions Constructor

Overloads

TWorkbookProtectionOptions.TWorkbookProtectionOptions

Initializes empty protection.

Syntax

Namespace: FlexCel.Core

public TWorkbookProtectionOptions()

See also

TWorkbookProtectionOptions.TWorkbookProtectionOptions(Boolean, Boolean)

Initializes the class.

Syntax

Namespace: FlexCel.Core

public TWorkbookProtectionOptions(Boolean aWindow, Boolean aStructure)

Parameters

<-> Parameter Type Description
aWindow Boolean True if the window will be protected.
aStructure Boolean True if the structure will be protected.

See also