-
Method Summary
Gets the merged region overlapping the given coordinates.
Gets the merged region starting at the given coordinates.
-
Method Details
-
getMergedRegionStartingFrom
MergedRegion getMergedRegionStartingFrom(int column,
int row)
Gets the merged region starting at the given coordinates.
- Parameters:
column - Column index, 1-based
row - Row index, 1-based
- Returns:
- Merged region or null if not found.
-
getMergedRegion
Gets the merged region overlapping the given coordinates.
- Parameters:
column - Column index, 1-based
row - Row index, 1-based
- Returns:
- Merged region or null if not found.