Aspose::Cells::Style::Copy method
Style::Copy method
Copies data from another style object.
void Aspose::Cells::Style::Copy(const Style &style)
Parameter | Type | Description |
---|---|---|
style | const 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
- Class Vector
- Class Style
- Class Style
- Namespace Aspose::Cells
- Library Aspose.Cells for C++