FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / ExcelCalcEngine Class / ExcelCalcEngine Constructor

In This Topic
    ExcelCalcEngine Constructor
    In This Topic
    Initializes a new instance of a ExcelCalcEngine.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal grid As C1FlexSheet _
    )
    public ExcelCalcEngine( 
       C1FlexSheet grid
    )

    Parameters

    grid
    See Also