Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / CopyDataFormats Enumeration


CopyDataFormats Enumeration
Specifies the format in which data is copied for the Copy method.
Syntax
'Declaration
 
Public Enum CopyDataFormats 
   Inherits System.Enum
 
'Usage
 
Dim instance As CopyDataFormats
Members
MemberDescription
LinesCopies data as lines with CR/LFs.
ParagraphCopies data as paragraphs for word processing.
UnformattedCopies unformatted data without CR/LFs.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.CopyDataFormats

See Also