[]
Gets the range cache.
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
Type | Name | Description |
---|---|---|
IReferenceSource | source | The source of data. |
int | row | if set to |
int | column | If row is |
int | row2 | If row is |
int | column2 | If row is |
Type | Description |
---|---|
RangeCache | The GrapeCity.CalcEngine.RangeCache object if it's available. |