Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400SaveColumnHeader Property


In This Topic
    Xfr400SaveColumnHeader Property
    In This Topic
    Returns or specifies whether column header is saved when creating a BIFF, binary file format, file.
    Syntax
    'Declaration
     
    
    Property Xfr400SaveColumnHeader As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.Xfr400SaveColumnHeader = value
     
    value = instance.Xfr400SaveColumnHeader
    bool Xfr400SaveColumnHeader {get; set;}

    Property Value

    Save column header when creating BIFF file, Microsft Excel file.

    The default value is False.

    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a Reflection property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    This setting affects AS/400 data transfer and is only relevant for 5250 terminal sessions.
    See Also