Style.Copy
Style.Copy method
Copies data from another style object
public void Copy(Style style)
Parameter | Type | Description |
---|---|---|
style | 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 Style
- namespace Aspose.Cells
- assembly Aspose.Cells