Reflection
CopyDataSeparation Property


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
CopyDataDelimiterOption CopyDataSeparation {get; set;}
See Also