Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SpreadsheetColumnBehaviorOptions.Assign(BaseOptions) Method

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

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

public override void Assign(
    BaseOptions options
)

Parameters

Name Type Description
options BaseOptions

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

Remarks

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

See Also