TWorkbookProtectionOptions.Create Method
Overloads
TWorkbookProtectionOptions.Create
Initializes empty protection.
Syntax
Unit: FlexCel.Core
class function TWorkbookProtectionOptions.Create: TWorkbookProtectionOptions; static; overload;
See also
TWorkbookProtectionOptions.Create(Boolean, Boolean)
Initializes the class.
Syntax
Unit: FlexCel.Core
class function TWorkbookProtectionOptions.Create(const aWindow: Boolean; const aStructure: Boolean): TWorkbookProtectionOptions; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aWindow |
Boolean |
True if the window will be protected. |
const |
aStructure |
Boolean |
True if the structure will be protected. |
See also