Nevron .NET Vision
Nevron.SmartShapes Namespace / NShapeSheet Class
Members


In This Topic
    NShapeSheet Class
    In This Topic
    The NShapeSheet class represents a formula sheet, which is used for the formula definition of a smart shape
    Object Model
    NShapeSheet Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NShapeSheet)>
    <System.SerializableAttribute()>
    Public Class NShapeSheet 
       Inherits Nevron.FormulaSheet.NFormulaSheet
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NShapeSheet
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NShapeSheet)]
    [System.Serializable()]
    public class NShapeSheet : Nevron.FormulaSheet.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