Nevron .NET Vision
Inheritance Hierarchy
In This Topic
    Nevron.FormulaSheet Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThe NAddCellVerb verb is used for the visual insertion of a named cell in a formula section
    ClassThe NAddRowVerb verb is used for the addition of a new formula section row in a formula section
    ClassThe NBooleanFormulaCell is a formula cell, which has a strong type of Boolean
    ClassThe NDataGridColumnInfo class encapsulates data grid column information, which a formula section needs to create a data grid for its cells or rows.
    ClassThe 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.
    ClassThe NFormulaCellDictionary class represents a dictionary for strongly named formula cells
    ClassThe NFormulaRow class represents a collection of cells inside the formula section rows collection.
    ClassThe NFormulaRowCollection class is a strongly typed collection, containing NFormulaRow instances
    ClassThe NFormulaSection class represents a category of named formula cells, which can optionally contain a collection of formula rows.
    ClassThe NFormulaSectionCollection class is a strongly typed collection, containing NFormulaSection instances
    ClassThe 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.
    ClassThe NFormulaSheetEvaluator class is used for the evaluation of the formula cells inside a formula sheet.
    ClassThe NInsertRowVerb verb is used for the insertion of a new formula section row, after a specific row
    ClassThe NInsertRowVerb verb is used for the insertion of a new formula section row, at the place of a specific row
    ClassThe NInt32FormulaCell is a formula cell, which has a strong type of Int32
    ClassRepresents a host for a formula cell, which adds a name to the cell
    ClassThe NRemoveCellsVerb verb is used for the visual removal of named cells from a formula section
    ClassThe NRemoveRowVerb verb is used for the removal of a formula section row
    ClassThe NSingleFormulaCell is a formula cell, which has a strong type of Single
    ClassThe NStringFormulaCell is a formula cell, which has a strong type of String
    ClassThe NStrongTypeOption represents a named value which a strongly typed cell can provide for its enhanced visual editing
    ClassThe NVariantFormulaCell is a formula cell, which is not strongly typed and stores a variant as its value
    ClassThe 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.
    ClassThe NVerbCollection class represents a collection of verbs
    Interfaces
     InterfaceDescription
    InterfaceImplemented by objects, which host formula sheets
    Enumerations
     EnumerationDescription
    EnumerationDefines the possible ways in which a formula sheet can be viewed
    See Also