FAQ/Questions/Add-Formatting-Options.md
... ...
@@ -21,4 +21,14 @@ We can also use an Izenda Format object as an argument. Below is the method of a
21 21
```csharp
22 22
SimpleFormat scientificFormat = new SimpleFormat("Scientific", "{0:E}", new SqlTypeGroup[] {SqlTypeGroup.Real, SqlTypeGroup.Numeric});
23 23
AdHocSettings.Formats.Add("Scientific", scientificFormat);
24
-```
... ...
\ No newline at end of file
0
+```
1
+
2
+##Results
3
+
4
+Below are screenshots of the results. The one directly below this text shows the OrderID field (a number field) with both of our new functions listed.
5
+
6
+![Extended Formats](/FAQ/Questions/Add-Formatting-Options/extended_formats.png)
7
+
8
+And here is the Freight field formatting options. Notice that we did not specify the "Money" type in our **SqlTypeGroups** for the Scientific format. Therefore, it is not listed in this dropdown but "Bold" still is.
9
+
10
+![Extended Formats 2](/FAQ/Questions/Add-Formatting-Options/extended_formats_2.png)
... ...
\ No newline at end of file