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


In This Topic
    NFormulaSheet Class
    In This Topic
    The NFormulaSheet class is a container of formula sections, which is used for the formula definition of an object. The NFormulaSheet class serves as base class for more specialized formula sheets.
    Object Model
    NFormulaSheet Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NShapeSheet)>
    <System.SerializableAttribute()>
    Public Class NFormulaSheet 
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NFormulaSheet
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NShapeSheet)]
    [System.Serializable()]
    public class NFormulaSheet : Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaSheet
          Nevron.SmartShapes.NShapeSheet

    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