InfoConnect for Airlines VBA Guide
CopyFormatOption Enumeration
Specifies the format in which data is copied for Clipboard copy-related functions.
Members
MemberDescription
AsBitmapCopy a graphics/bitmap image to the Clipboard.
AsPlainTextCopy data as plain ASCII text.
AsRichTextCopy data in rich text format.
AsTableTextCopy data as a tab-delimited table.
AsXMLCopy screen information using XML format.
See Also