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


In This Topic
    NFormulaRow Class
    In This Topic
    The NFormulaRow class represents a collection of cells inside the formula section rows collection.
    Object Model
    NFormulaRow Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsRow)>
    <System.SerializableAttribute()>
    Public Class NFormulaRow 
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NFormulaRow
    [System.Reflection.DefaultMember("Item")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsRow)]
    [System.Serializable()]
    public class NFormulaRow : Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Remarks
    The rows of a formula section reside in an instance of NFormulaRowCollection class, which can be obtained from the Rows property of the NFormulaSection class.
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaRow
          Nevron.SmartShapes.NControlsRow
          Nevron.SmartShapes.NPathCommandRow
          Nevron.SmartShapes.NScratchRow

    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