Getting Notifications while Merging Data with Smart Markers

Contents
[ ]

The following piece of code demonstrates the usage of the ISmartMarkerCallBack interface to define a new class that handles the callback for the WorkbookDesigner.Process method.

The rest of the process includes loading the designer spreadsheet containing the Smart Markers with WorkbookDesigner and processing it by setting the data source. In order to keep the example simple, we used a predefined designer spreadsheet containing only two Smart Markers, as shown in the snapshot below, where the data source is created dynamically to merge the data according to the specified Smart Markers.

Getting notifications while merging data with Smart Markers