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


In This Topic
    NInt32FormulaCell Class
    In This Topic
    The NInt32FormulaCell is a formula cell, which has a strong type of Int32
    Object Model
    NInt32FormulaCell Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.SmartShapes.NControlBehaviorFormulaCell)>
    <System.Xml.Serialization.XmlTypeAttribute("IntCell")>
    <System.SerializableAttribute()>
    Public Class NInt32FormulaCell 
       Inherits NFormulaCell
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NInt32FormulaCell
    [System.Xml.Serialization.XmlInclude(Nevron.SmartShapes.NControlBehaviorFormulaCell)]
    [System.Xml.Serialization.XmlType("IntCell")]
    [System.Serializable()]
    public class NInt32FormulaCell : NFormulaCell, 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