Skip to main content

SpreadsheetProtectionBehaviorOptions.Assign(BaseOptions) Method

Copies all settings from the SpreadsheetProtectionBehaviorOptions object passed as a parameter.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

A SpreadsheetProtectionBehaviorOptions object (which is the BaseOptions descendant) whose settings are assigned to the current object.

Remarks

The Assign method copies the specified SpreadsheetProtectionBehaviorOptions object’s settings to the current SpreadsheetProtectionBehaviorOptions object.

See Also