Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcSheetRangeErrorExpression Class / CalcSheetRangeErrorExpression Constructor
Starting owner of error.
Ending owner of error.
The error value.


In This Topic
    CalcSheetRangeErrorExpression Constructor
    In This Topic
    Initializes a new instance of the CalcSheetRangeErrorExpression class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startSource As ICalcSource, _
       ByVal endSource As ICalcSource, _
       ByVal value As CalcError _
    )
    'Usage
     
    Dim startSource As ICalcSource
    Dim endSource As ICalcSource
    Dim value As CalcError
     
    Dim instance As New CalcSheetRangeErrorExpression(startSource, endSource, value)
    public CalcSheetRangeErrorExpression( 
       ICalcSource startSource,
       ICalcSource endSource,
       CalcError value
    )

    Parameters

    startSource
    Starting owner of error.
    endSource
    Ending owner of error.
    value
    The error value.
    Exceptions
    ExceptionDescription
    value is a null reference (Nothing in Visual Basic).
    See Also