Online Documentation for Advanced Data Export .NET
QExportRTF.GetCaptionStyle
public class RtfGetCaptionStyleEventArgs : EventArgs
{
// Methods
public RtfGetCaptionStyleEventArgs(int ColNo, RtfStyle Style);
// Properties
public int ColNo { get; }
public RtfStyle Style { get; }
// Fields
private int _colNo;
private RtfStyle _style;
}
public delegate void RtfGetCaptionStyleEvent(object Sender, RtfGetCaptionStyleEventArgs e);
public event SqlManager.QExport.Delegates.RtfGetCaptionStyleEvent GetCaptionStyle
Description
The GetCaptionStyle event takes place when the style of the caption is received. Depending on the column number (RtfGetCaptionStyleEventArgs.ColNo) you can edit the caption apperance (RtfGetCaptionStyleEventArgs.Style) style.