Aspose::Cells::Style::Copy method

Style::Copy method

Copies data from another style object.

void Aspose::Cells::Style::Copy(const Style &style)
ParameterTypeDescription
styleconst Style&Source Style object

Remarks

This method does not copy the name of the style. If you want to copy the name, please call the following codes after copying style: destStyle.Name = style.Name.

See Also