Article Details
| Id: | 12436 |
| Product: | finPOWER Connect |
| Type: | NEW |
| Version: | 2.02.03 |
| Opened: | 11/11/2014 |
| Closed: | 19/11/2014 |
| Released: | 04/12/2014 |
| Job: | J014470 |
Page Sets; Grid can now display a Sum at the bottom of a numeric grid column
Numeric Page Set Grid columns can now display a Sum at the bottom of the column.
The following code sample shows how to add a currency column that displays a sum:
.AddCurrency("Value", "Value", , , isefinPageObjectGridColumnSummaryType.Sum)
The following methods of the finPageSetHandlerGridColumns object now take an optional parameter to define the Summary Type:
- AddCurrency
- AddDouble
- AddInteger