Nevron.FormulaSheet Namespace
In This Topic
Classes
| Class | Description |
 | NAddCellVerb | The NAddCellVerb verb is used for the visual insertion of a named cell in a formula section |
 | NAddRowVerb | The NAddRowVerb verb is used for the addition of a new formula section row in a formula section |
 | NBooleanFormulaCell | The NBooleanFormulaCell is a formula cell, which has a strong type of Boolean |
 | NDataGridColumnInfo | The NDataGridColumnInfo class encapsulates data grid column information, which a formula section needs to create a data grid for its cells or rows. |
 | NFormulaCell | The NFormulaCell class represents a cell from a formula row or formula section. The formula cell value can be a constant value, or the result of a formula evaluation. The NFormulaCell class serves as base class for strongly typed cells and variant type cell. |
 | NFormulaCellDictionary | The NFormulaCellDictionary class represents a dictionary for strongly named formula cells |
 | NFormulaRow | The NFormulaRow class represents a collection of cells inside the formula section rows collection. |
 | NFormulaRowCollection | The NFormulaRowCollection class is a strongly typed collection, containing NFormulaRow instances |
 | NFormulaSection | The NFormulaSection class represents a category of named formula cells, which can optionally contain a collection of formula rows. |
 | NFormulaSectionCollection | The NFormulaSectionCollection class is a strongly typed collection, containing NFormulaSection instances |
 | NFormulaSheet | The NFormulaSheet class is a container of formula sections, which is used for the formula definition of an object. The NFormulaSheet class serves as base class for more specialized formula sheets. |
 | NFormulaSheetEvaluator | The NFormulaSheetEvaluator class is used for the evaluation of the formula cells inside a formula sheet. |
 | NInsertRowAfterVerb | The NInsertRowVerb verb is used for the insertion of a new formula section row, after a specific row |
 | NInsertRowVerb | The NInsertRowVerb verb is used for the insertion of a new formula section row, at the place of a specific row |
 | NInt32FormulaCell | The NInt32FormulaCell is a formula cell, which has a strong type of Int32 |
 | NNamedCell | Represents a host for a formula cell, which adds a name to the cell |
 | NRemoveCellsVerb | The NRemoveCellsVerb verb is used for the visual removal of named cells from a formula section |
 | NRemoveRowVerb | The NRemoveRowVerb verb is used for the removal of a formula section row |
 | NSingleFormulaCell | The NSingleFormulaCell is a formula cell, which has a strong type of Single |
 | NStringFormulaCell | The NStringFormulaCell is a formula cell, which has a strong type of String |
 | NStronglyTypedCellOption | The NStrongTypeOption represents a named value which a strongly typed cell can provide for its enhanced visual editing |
 | NVariantFormulaCell | The NVariantFormulaCell is a formula cell, which is not strongly typed and stores a variant as its value |
 | NVerb | The NVerb class represents a verb of a formula sheet or formula section. It serves as base class for all verbs, which appear in the formula sheet editor. |
 | NVerbCollection | The NVerbCollection class represents a collection of verbs |
Interfaces
Enumerations
| Enumeration | Description |
 | FormulaSheetViewStyle | Defines the possible ways in which a formula sheet can be viewed |
See Also