Click or drag to resize

XlsWorkbook CopyToClipboard Method (XlsWorksheet)

Note: This API is now obsolete.

Copies the contents of the specified worksheet to the clipboard.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
protected void CopyToClipboard(
	XlsWorksheet sheet
)

Parameters

sheet
Type: Spire.Xls.Core.Spreadsheet XlsWorksheet
The worksheet to copy to the clipboard.
See Also