Table of Contents

TProtection.SetSharedWorkbookProtection Method

Protects the change history from being removed. On Excel goto Protect->Protect Shared Workbook to check it.

Syntax

Namespace: FlexCel.Core

public void SetSharedWorkbookProtection(String sharedWorkbookPassword, TSharedWorkbookProtectionOptions sharedWorkbookProtectionOptions)

Parameters

<-> Parameter Type Description
sharedWorkbookPassword String Password to protect this setting. You can set it to null to clear it.
sharedWorkbookProtectionOptions TSharedWorkbook​Protection​Options The options to protect.

See also