Table of Contents

TSharedWorkbookProtectionOptions Record

Options for protecting the change list in a shared workbook. In Excel you can change this settings in Protection->Protect Shared Workbook.

Syntax

Unit: FlexCel.Core

TSharedWorkbookProtectionOptions = record;

Fields

Name Description
SharingWithTrack​Changes True to protect the change history from being removed.

Methods

Name Description
Create Overloaded
Create
Create(Boolean)

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.