Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaCell Class
Members


In This Topic
    NFormulaCell Class
    In This Topic
    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.
    Object Model
    NFormulaCell Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.FormulaSheet.NSingleFormulaCell)>
    <System.SerializableAttribute()>
    Public MustInherit Class NFormulaCell 
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NFormulaCell
    [System.Xml.Serialization.XmlInclude(Nevron.FormulaSheet.NSingleFormulaCell)]
    [System.Serializable()]
    public abstract class NFormulaCell : Nevron.INReferenceHolder  
    Remarks
    The value of the cell as a variant value can be obtained from VariantValue property. If the Formula property contains a non null string the VariantValue property will return the result of its evaluation.

    The Name property returns a string, which can be used to reference the cell inside the formula of another cell in the same sheet.

    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also