In the last step, you created a WPF application and added the C1FlexSheet control to it. In this step, you add a sheet to the control and populate it with ordered data to see how the control works.
Add a new sheet to FlexSheet control by adding the following code beneath InitializeComponent() method in the interaction logic for XAML:
Populate the sheet with data by adding the following code:
With this, you have successfully added a sheet to your FlexSheet control and populated it with data.