Skip to main content

CustomizeCellEventArgs Properties

Provides data for the DataAwareExportOptionsBase.CustomizeCell and the CsvExportOptions.CustomizeCell events.
Name Description
ColumnFieldName Gets or sets the data source field name to which the current cell corresponds.
Formatting Gets or sets the object that defines the cell’s formatting settings (font, alignment, background color, format string, etc.)
Hyperlink Specifies the hyperlink, which belongs to the currently processed cell.
Value Specifies the value of the cell currently being processed.
See Also