Skip to main content

SpreadsheetCopyOptions.CopyFrom(SpreadsheetCopyOptions) Method

Copies properties of the specified object into the current instance of the SpreadsheetCopyOptions class.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public void CopyFrom(
    SpreadsheetCopyOptions value
)

Parameters

Name Type Description
value SpreadsheetCopyOptions

The source object to copy.

See Also