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


In This Topic
CopyDataSeparation Property
In This Topic
Gets or sets a value specifying whether the data copied from Reflection should be separated by delimiters at field boundaries or at word boundaries. This option controls formatting for spreadsheet or other cell-based information and affects only the text and BIFF formats.
Syntax
'Declaration
 
Property CopyDataSeparation As CopyDataDelimiterOption
 
'Usage
 
Dim instance As IIbmScreen
Dim value As CopyDataDelimiterOption
 
instance.CopyDataSeparation = value
 
value = instance.CopyDataSeparation
See Also