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


In This Topic
    NUserDefinedCellsSection Class
    In This Topic
    The NUserDefinedCellsSection class represents a formula section, which inserts an area of nameable cells for entering formulas and constants.
    Object Model
    NUserDefinedCellsSection Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("User")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlsSection)>
    <System.SerializableAttribute()>
    Public Class NUserDefinedCellsSection 
       Inherits Nevron.FormulaSheet.NFormulaSection
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NUserDefinedCellsSection
    [System.Xml.Serialization.XmlType("User")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlsSection)]
    [System.Serializable()]
    public class NUserDefinedCellsSection : Nevron.FormulaSheet.NFormulaSection, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaSection
          Nevron.SmartShapes.NUserDefinedCellsSection

    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