Searched refs:OutputRange (Results 1 – 2 of 2) sorted by relevance
59 CellAddress OutputRange = null; field in _XDataPilotTable64 OutputRange = (CellAddress)tEnv.getObjRelation("OUTPUTRANGE"); in before()65 if (xCellForChange == null || OutputRange == null || in before()78 bResult &= OutputRange.Sheet == objRange.Sheet; in _getOutputRange()79 bResult &= OutputRange.Row == objRange.StartRow; in _getOutputRange()80 bResult &= OutputRange.Column == objRange.StartColumn; in _getOutputRange()
59 CellAddress OutputRange = null; field in _XDataPilotTable88 OutputRange = (CellAddress)param.get("OUTPUTRANGE"); in before()91 if (xCellForChange == null || OutputRange == null || in before()107 bResult &= OutputRange.Sheet == objRange.Sheet; in _getOutputRange()108 bResult &= OutputRange.Row == objRange.StartRow; in _getOutputRange()109 bResult &= OutputRange.Column == objRange.StartColumn; in _getOutputRange()
Completed in 14 milliseconds