[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IEvaluationContext.GetRangeCache

GetRangeCache Method

GetRangeCache(IReferenceSource, int, int, int, int)

Gets the range cache.

Declaration
RangeCache GetRangeCache(IReferenceSource source, int row, int column, int row2, int column2)
Function GetRangeCache(source As IReferenceSource, row As Integer, column As Integer, row2 As Integer, column2 As Integer) As RangeCache
Parameters
Type Name Description
IReferenceSource source

The source of data.

int row

if set to true, look up in row; otherwise, lookup in column.

int column

If row is true, indicates the row index; otherwise, indicates the column index.

int row2

If row is true, indicates the first column; otherwise, indicates the first row.

int column2

If row is true, indicates the last column; otherwise, indicates the last row.

Returns
Type Description
RangeCache

The GrapeCity.CalcEngine.RangeCache object if it's available.