Nevron .NET Vision
Nevron.SmartShapes Namespace / NCircularArcToRow Class / NCircularArcToRow Constructor / NCircularArcToRow Constructor(NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell)


In This Topic
    NCircularArcToRow Constructor(NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell,NSingleFormulaCell)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As NSingleFormulaCell, _
       ByVal y As NSingleFormulaCell, _
       ByVal a As NSingleFormulaCell, _
       ByVal b As NSingleFormulaCell _
    )
    'Usage
     
    
    Dim x As NSingleFormulaCell
    Dim y As NSingleFormulaCell
    Dim a As NSingleFormulaCell
    Dim b As NSingleFormulaCell
     
    Dim instance As New NCircularArcToRow(x, y, a, b)

    Parameters

    x
    y
    a
    b
    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