Table of Contents

TSharedWorkbookProtectionOptions.TSharedWorkbookProtectionOptions Constructor

Overloads

TSharedWorkbookProtectionOptions.TSharedWorkbookProtectionOptions

Initializes empty protection.

Syntax

Namespace: FlexCel.Core

public TSharedWorkbookProtectionOptions()

See also

TSharedWorkbookProtectionOptions.TSharedWorkbookProtectionOptions(Boolean)

Initializes the class.

Syntax

Namespace: FlexCel.Core

public TSharedWorkbookProtectionOptions(Boolean aSharingWithTrackChanges)

Parameters

<-> Parameter Type Description
aSharingWithTrackChanges Boolean True to protect the change history from being removed.

See also