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


In This Topic
    NControlBehaviorFormulaCell Class
    In This Topic
    The NControlBehaviorFormulaCell is a formula cell, which has a strong type of Int32 and provides options from the ControlBehavior enumeration
    Object Model
    NControlBehaviorFormulaCell Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute("ControlBehaviorCell")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlBehaviorFormulaCell)>
    <System.SerializableAttribute()>
    Public Class NControlBehaviorFormulaCell 
       Inherits Nevron.FormulaSheet.NInt32FormulaCell
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NControlBehaviorFormulaCell
    [System.Xml.Serialization.XmlType("ControlBehaviorCell")]
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlBehaviorFormulaCell)]
    [System.Serializable()]
    public class NControlBehaviorFormulaCell : Nevron.FormulaSheet.NInt32FormulaCell, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.FormulaSheet.NFormulaCell
          Nevron.FormulaSheet.NInt32FormulaCell
             Nevron.SmartShapes.NControlBehaviorFormulaCell

    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