Nevron.FormulaSheet Namespace / NInt32FormulaCell Class / NInt32FormulaCell Constructor / NInt32FormulaCell Constructor(Int32)


In This Topic
    NInt32FormulaCell Constructor(Int32)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal val As System.Integer _
    )
    'Usage
     
    
    Dim val As System.Integer
     
    Dim instance As New NInt32FormulaCell(val)
    public NInt32FormulaCell( 
       System.int val
    )

    Parameters

    val
    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