Method CopyToClipboard
| Improve this Doc View SourceCopyToClipboard(Boolean, Boolean)
Copyies data to clipboard.
Declaration
public void CopyToClipboard(bool includeColumnNames, bool copy)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeColumnNames | Indicates whether column names should be included. |
System.Boolean | copy | Indicates whether the data object should be left on the clipboard when the application exits. |