Skip to main content
Row

ChartSheet.CopyFrom(ChartSheet) Method

Copies the specified chart sheet into the current instance.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

void CopyFrom(
    ChartSheet source
)

Parameters

Name Type Description
source ChartSheet

A ChartSheet object that specifies the source chart sheet for copying.

See Also