Online Documentation for Advanced Data Export .NET
QExportClipboard.ExportType
public enum QClipboardExportType
{
etSeparated,
etFixed
}
public SqlManager.QExport.Clipboard.QClipboardExportType ExportType
Description
Use this property to select the way of separating columns in the exported table. If ExportType is etFixed then each column of the exported table will have its own fixed size, defined by the Spacing property. If ExportType is etSeparated then the columns of the table will be separated by a certain character, defined by the Separator property.
See also: |