EMS logo

Produits

Advanced Data Export .NET

Notre statut de partenariat

MySQL Gold Certified Partner
Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Documentation en ligne

QExportXLS.AdvancedBeforeExportRow



public class XlsBeforeExportRowEventArgs : EventArgs
{
      
// Methods

      public XlsBeforeExportRowEventArgs(int Sheet, QExportRow Row, bool Accept);

      
// Properties
      public bool Accept { get; set; }
      public QExportRow Row { get; }
      public int Sheet { get; }

      
// Fields
      private bool _accept;
      private QExportRow _row;
      private int _sheet;
}

public delegate void XlsBeforeExportRowEvent(object Sender, XlsBeforeExportRowEventArgs e);


public event SqlManager.QExport.Delegates.XlsBeforeExportRowEvent AdvancedBeforeExportRow

Description
This event is the expanded analogue of the BeforeExportRow event of the QExportBase class.


See also:
QExportXLS
QExportXLS Properties
QExportXLS Methods
QExportXLS Events