ChartSheet.CopyFrom(ChartSheet) Method
In This Article
Copies the specified chart sheet into the current instance.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
void CopyFrom(
ChartSheet source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Chart |
A Chart |
See Also