Online Documentation for Advanced Data Export .NET
QExportBase.GetExportText
public class GetExportTextEventArgs : EventArgs
{
// Methods
public GetExportTextEventArgs(int ColNo, string Text);
// Properties
public int ColNo { get; }
public string Text { get; set; }
// Fields
private int _colNo;
private string _text;
}
public delegate void GetExportTextEvent(object Sender, GetExportTextEventArgs e);
public event SqlManager.QExport.Delegates.GetExportTextEvent GetExportText
Description
This event takes place after the export of each source string. Using this event you can replace some definite text of the exported table with another text.