TSharedWorkbookProtectionOptions.Create Method
Overloads
TSharedWorkbookProtectionOptions.Create
Initializes empty protection.
Syntax
Unit: FlexCel.Core
class function TSharedWorkbookProtectionOptions.Create: TSharedWorkbookProtectionOptions; static; overload;
See also
TSharedWorkbookProtectionOptions.Create(Boolean)
Initializes the class.
Syntax
Unit: FlexCel.Core
class function TSharedWorkbookProtectionOptions.Create(const aSharingWithTrackChanges: Boolean): TSharedWorkbookProtectionOptions; static; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
aSharingWithTrackChanges |
Boolean |
True to protect the change history from being removed. |
See also