Table of Contents

TSheetProtectionOptions.TSheetProtectionOptions Constructor

Overloads

TSheetProtectionOptions.TSheetProtectionOptions

Initializes a not protected block.

Syntax

Namespace: FlexCel.Core

public TSheetProtectionOptions()

See also

TSheetProtectionOptions.TSheetProtectionOptions(Boolean)

Creates a protected or unprotected sheet.

Syntax

Namespace: FlexCel.Core

public TSheetProtectionOptions(Boolean allTrue)

Parameters

<-> Parameter Type Description
allTrue Boolean If true, all properties on this class will be set to true.
This means cells on the sheet will be protected, and things like Cell formatting will be not.
If false, all properties will be set to false.

See also

TSheetProtectionOptions.TSheetProtectionOptions(TProtectionType)

Creates a protected or unprotected sheet.

Syntax

Namespace: FlexCel.Core

public TSheetProtectionOptions(TProtectionType protectAll)

Parameters

<-> Parameter Type Description
protectAll TProtectionType If true, all things in the sheet will be protected. this means a property like Contents will be true, and others like CellFormatting will be false.
If false, nothing will.

See also