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


In This Topic
    NFormulaSectionCollection Class
    In This Topic
    The NFormulaSectionCollection class is a strongly typed collection, containing NFormulaSection instances
    Object Model
    NFormulaSectionCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.SerializableAttribute()>
    Public Class NFormulaSectionCollection 
       Inherits System.Collections.CollectionBase
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NFormulaSectionCollection
    [System.Reflection.DefaultMember("Item")]
    [System.Serializable()]
    public class NFormulaSectionCollection : System.Collections.CollectionBase, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    A reference to this class can be obtained from the Sections property of the NFormulaSheet class. This collection does not accept null formula section references.
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.FormulaSheet.NFormulaSectionCollection

    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