Online Documentation for Advanced Data Export .NET

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.