Aspose::Cells::CopyOptions::GetReferToDestinationSheet method

CopyOptions::GetReferToDestinationSheet method

When copying the range in the same file and the chart refers to the source sheet, False means the copied chart’s data source will not be changed. True means the copied chart’s data source refers to the destination sheet.

bool Aspose::Cells::CopyOptions::GetReferToDestinationSheet()

Remarks

The default value is false, it works as MS Excel.

See Also