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


In This Topic
    NFormulaCellDictionary Class
    In This Topic
    The NFormulaCellDictionary class represents a dictionary for strongly named formula cells
    Object Model
    NFormulaCellDictionary Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NFormulaCellDictionary 
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NFormulaCellDictionary
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NFormulaCellDictionary : Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    A reference to this class can be obtained from the Cells property of the NFormulaSection class. It is used to store the named cells of a formula section.
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaCellDictionary

    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