Online Documentation for Advanced Data Export .NET

QExportRTF.GetDataStyle


 

public class RtfGetDataStyleEventArgs : EventArgs

{

 // Methods

 public RtfGetDataStyleEventArgs(int Row, int Col, RtfStyle Style);

 

 // Properties

 public int Col { get; }

 public int Row { get; }

 public RtfStyle Style { get; }

 

 // Fields

 private int _col;

 private int _row;

 private RtfStyle _style;

}

 

public delegate void RtfGetDataStyleEvent(object Sender, RtfGetDataStyleEventArgs e);

 

public event SqlManager.QExport.Delegates.RtfGetDataStyleEvent GetDataStyle

 

Description

The GetDataStyle event takes place when the style of data is received. Depending on the column number (RtfGetDataStyleEventArgs.Col) you can edit the data appearance style (RtfGetDataStyleEventArgs.Style).