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
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
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.
|
See Also