Aspose::Cells::UnionRange::Copy method

UnionRange::Copy method

Copying the range with paste special options.

void Aspose::Cells::UnionRange::Copy(const UnionRange &range, const PasteOptions &options)
ParameterTypeDescription
rangeconst UnionRange&The source range.
optionsconst PasteOptions&The paste special options.

See Also