SpreadsheetClipboardOptions.KeepThemeFonts Property
Gets or sets whether to keep the current workbook’s major and minor theme fonts when its data is copied to an external spreadsheet application.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.Spreadsheet.v19.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | **false** | true, to keep the document’s theme fonts; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to KeepThemeFonts |
---|---|---|
WinForms Controls | SpreadsheetControlOptions |
|
Office File API | DocumentOptions |
|
Remarks
If you copy data from the SpreadsheetControl to an external spreadsheet application (another SpreadsheetControl instance or Microsoft® Excel®), theme formatting can change for the copied data to use the destination workbook’s theme colors and fonts.
To preserve theme formatting for copied data, set the source workbook’s KeepThemeColors and KeepThemeFonts properties to true. In this case, theme colors are converted to the corresponding custom RGB colors, and theme fonts become user-defined fonts with the font scheme None.
If you programmatically copy data between workbooks with different themes applied, you can use the following properties to preserve the source workbook’s theme colors and fonts: