[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValue.GetReferenceSource

GetReferenceSource Method

GetReferenceSource(IEvaluationContext)

Gets the reference source.

Declaration
IReferenceSource GetReferenceSource(IEvaluationContext context)
Function GetReferenceSource(context As IEvaluationContext) As IReferenceSource
Parameters
Type Name Description
IEvaluationContext context

An IEvaluationContext value indicates the evaluation context.

Returns
Type Description
IReferenceSource

An IReferenceSource objects indicates the reference source.

GetReferenceSource(IEvaluationContext, int)

Gets the reference source at the specified position.

Declaration
IReferenceSource GetReferenceSource(IEvaluationContext context, int sourceIndex)
Function GetReferenceSource(context As IEvaluationContext, sourceIndex As Integer) As IReferenceSource
Parameters
Type Name Description
IEvaluationContext context

An IEvaluationContext value indicates the evaluation context.

int sourceIndex

An integer value indicates the position of the reference source.

Returns
Type Description
IReferenceSource

An IReferenceSource objects indicates the reference source.