Skip to main content

SpreadsheetFormulaBarStyles.CopyFrom(StylesBase) Method

Duplicates the properties of the specified object into the current instance of the SpreadsheetFormulaBarStyles class.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override void CopyFrom(
    StylesBase source
)

Parameters

Name Type Description
source StylesBase

A StylesBase object that represents the object from which the settings will be copied.

Remarks

Use the CopyFrom method to duplicate the properties of the specified StylesBase object into the instance of the SpreadsheetFormulaBarStyles class from which this method is called.

Note

All properties, including those that have been set in the current instance of the SpreadsheetFormulaBarStyles class, will be replaced by the associated property in the StylesBase specified by the source parameter.

See Also