Copies the theme from another workbook.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void CopyTheme(
Workbook source
)
Public Sub CopyTheme (
source As Workbook
)
public:
void CopyTheme(
Workbook^ source
)
member CopyTheme :
source : Workbook -> unit
Parameters
- source
- Type: Aspose.CellsWorkbook
Source workbook.
See Also