SMART datagrid v.1 > Classes > DataColumn

Back  Forward

DataLudi.DataColumn.excelFormat  property

Specify cell format of these column cells when exporting to Excel. 

It specifies Excel format for Data Type of data field connected to column. If do not specify this property and specify GridExportOptions.numberFormat, Excel format will be specified by this corresponding value. 

Please refer to Creating Excel Number Format

Getter
function excelFormat(): String
Setter
function setExcelFormat(value: String)
Code -1
    column.setExcelFormat("#,##.00");
See Also
GridExportOptions
Examples
Excel Exporting