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.AddStringCell



public XlsCell AddStringCell(ushort Col, ushort Row, string Value)

Description

The AddStringCell adds the string value defined in the Value parameter to the specified position. The position is defined by the Col parameter as a column number and the Row parameter as a row number. The Row and the Col parameters are 1-based. The returned value is the created XlsCell object. You can define the properties of this object to customize the created cell.


See also:
QExportXLS
QExportXLS Properties
QExportXLS Methods
QExportXLS Events