InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / CopyDataFormats Enumeration
In This Topic
    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
    MemberDescription
    LinesCopies data as lines with CR/LFs.
    ParagraphCopies data as paragraphs for word processing.
    UnformattedCopies unformatted data without CR/LFs.
    See Also