GetMergeCells(Int32,Int32,Int32,Int32) Method
In This Topic
Gets the merged cell ranges in the specified range.
Syntax
Parameters
- row
- Row index of the start of the range to search for merged cells
- column
- Column index of the start of the range to search for merged cells
- rowCount
- Number of rows of the range to search for merged cells
- columnCount
- Number of columns of the range to search for merged cells
Return Value
ArrayList of
CellRange objects containing ranges of cells
Example
This example sets the border style of the focus rectangle.
See Also