SpreadsheetClipboardOptions Properties
Contains clipboard options for the Spreadsheet control.Name | Description |
---|---|
AllowFormulasInBiff8 | Returns or specifies whether to copy cell formulas when you copy and paste data from the current Spreadsheet control to another SpreadsheetControl instance. |
DisallowDelimiterWithinFields | Gets or sets whether to process double quotes within an inserted tab-delimited text. |
KeepThemeColors | Gets or sets whether to keep the current workbook’s theme colors when its data is copied to an external spreadsheet application. |
KeepThemeFonts | 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. |
PasteChartAsPicture | Gets or sets whether to paste a chart from the clipboard onto the Spreadsheet control as an image. |
PasteFormat | Returns or specifies the format to use when data is pasted from the clipboard onto the Spreadsheet control. |
PasteImageAsMetafile | Returns or specifies whether to paste an image from the clipboard as a metafile or as a raster image. |
See Also