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

ChartSheet.CopyFrom(ChartSheet) Method

Copies the specified chart sheet into the current instance.

Namespace: DevExpress.Spreadsheet

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

Declaration

void CopyFrom(
    ChartSheet source
)

Parameters

Name Type Description
source ChartSheet

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

See Also