CopyDataFormats Enumeration
In This Topic
Specifies the format in which data is copied for the Copy function.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("73D6A236-BA98-4504-B741-2EB8BD68EC5C")>
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1008:EnumsShouldHaveZeroValue",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Enum CopyDataFormats
Inherits System.Enum
Members
Member | Description |
Lines | Copies data as lines with CR/LFs. |
Paragraph | Copies data as paragraphs for word processing. |
Unformatted | Copies unformatted data without CR/LFs. |
See Also