EMS logo

Produkt Navigation

Advanced Data Export .NET

Unsere Partnerschaften

Microsoft Certified Partner
Oracle Certified Partner
Embarcadero Technology Partner

EMS Advanced Data Export .NET

Online Bedienungsanleitung

QExportXLS.GetHeaderParams



public class GetHeaderFooterParamsEventArgs : EventArgs
{
      
// Methods

      public GetHeaderFooterParamsEventArgs(int Sheet, int Col, int Row, XlsFormat Format, string Str);

      
// Properties
      public int Col { get; }
      public XlsFormat Format { get; }
      public int Row { get; }
      public int Sheet { get; }
      public string Str { get; set; }

      
// Fields
      private int _col;
      private XlsFormat _format;
      private int _row;
      private int _sheet;
      private string _str;
}

public delegate void GetHeaderFooterParamsEvent(object Sender, GetHeaderFooterParamsEventArgs e);


public event SqlManager.QExport.Delegates.GetHeaderFooterParamsEvent GetHeaderParams

Description
The GetHeaderParams event takes place when the parameters of the header cell are received. Depending on the cell position (GetHeaderFooterParamsEventArgs.Col, GetHeaderFooterParamsEventArgs.Row) and format (GetHeaderFooterParamsEventArgs.Format) you can edit the cell value.


See also:
QExportXLS
QExportXLS Properties
QExportXLS Methods
QExportXLS Events