Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / CopyNumberAsText Property


In This Topic
    CopyNumberAsText Property
    In This Topic
    Gets or sets a value indicating whether to copy numbers from Reflection as text. Only affects BIFF (Binary Interchange File Format) Clipboard format.
    Syntax
    'Declaration
     
    
    Property CopyNumberAsText As Boolean
    'Usage
     
    
    Dim instance As IIbmScreen
    Dim value As Boolean
     
    instance.CopyNumberAsText = value
     
    value = instance.CopyNumberAsText
    bool CopyNumberAsText {get; set;}
    See Also