Find(Int32,Int32,Int32,Int32,Reference) Method
Finds the unioned reference of all merged cells which intersect with the specified reference.
Parameters
- row
- An integer value indicates the top row index of the reference.
- column
- An integer value indicates the left column index of the reference.
- row2
- An integer value indicates the bottom row index of the reference.
- column2
- An integer value indicates the right column index of the reference.
- unionedMergedCell
- A GrapeCity.Spreadsheet.Reference value represents the unioned reference.
Return Value
true
if there is at least one intersected merged cell; otherwise, false
.