AxpDataGrid

AxpDataGrid.ApplyCellFormattingToExcel Property

Wheter data column formatting should be applied to the Excel export if GridFormatCellFunction is set for selected columns.

[Visual Basic]
Public Property ApplyCellFormattingToExcel As Boolean
[C#]
public bool ApplyCellFormattingToExcel {get; set;}

Property Value

true if column formatting should be applied to the Excel export, false otherwise. Default value is false.

Remarks

Since Excel might have problems parsing the data properly if formatting is applied, the default value is false.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace