Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcExternalRangeExpression Class / CalcExternalRangeExpression Constructor / CalcExternalRangeExpression Constructor(ICalcSource)
The owner of cell range.


In This Topic
    CalcExternalRangeExpression Constructor(ICalcSource)
    In This Topic
    Initializes a new instance of the CalcRangeExpression class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As ICalcSource _
    )
    'Usage
     
    Dim source As ICalcSource
     
    Dim instance As New CalcExternalRangeExpression(source)
    public CalcExternalRangeExpression( 
       ICalcSource source
    )

    Parameters

    source
    The owner of cell range.
    See Also