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


In This Topic
    NFormulaSection Class
    In This Topic
    The NFormulaSection class represents a category of named formula cells, which can optionally contain a collection of formula rows.
    Object Model
    NFormulaSection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsSection)>
    <System.SerializableAttribute()>
    Public Class NFormulaSection 
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NFormulaSection
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsSection)]
    [System.Serializable()]
    public class NFormulaSection : Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    The named formula cells of a section are obtained from the Cells property.

    The rows of a section are obtained from the Rows property.

    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