ExcelExporter REALbasic Classes

ExcelExporterColumn.DataType Property

Sets the default datatype for the column.

DataType as String {Read and Write}

Remarks

Supported DataTypes come from the following constants:

ExcelExporterCell.DataTypeNumber
ExcelExporterCell.DataTypeString

Note that this property only has effect when uses with the StyleGridExcelExporter. For exporting any raw data then this property has no effect. For any raw data then the data type definition has to be put on every cell.

See Also

ExcelExporterColumn Class