The Nevron Formula Sheet is a robust and extensible specification, which provides the components and applications, which use it with the ability to base their entire behavior and appearance on formulas. The basic concept behind the formula sheet is that it provides a convenient and well defined way to store formula cells, which can be used for the formula definition of nearly all object aspects. Following is a list of the major formula sheet features:
The Nevron Formula Sheet is based on the Nevron Formula Engine, with which you must be familiar, if you want to fully understand the Nevron Formula Sheet.
All code examples in this chapter assume that the Nevron.Presentation.dll assembly is referenced by your project and you are using the Nevron.FormulaSheet namespace:
C# |
Copy Code
|
---|---|
using Nevron.FormulaSheet;
|
Visual Basic |
Copy Code
|
---|---|
Imports Nevron.FormulaSheet
|