'Declaration Function SetMergeCells( _ ByVal sheet As Short, _ ByVal rowStart As Integer, _ ByVal rowEnd As Integer, _ ByVal columnStart As Integer, _ ByVal columnEnd As Integer _ ) As Boolean
Parameters
- sheet
- The zero based sheet index used to locate the IExcelWorksheet instance
- rowStart
- The zero based inclusive row index indicate the top left cell row index
- rowEnd
- The zero based inclusive row index indicate the bottom right cell row index
- columnStart
- The zero based inclusive column index indicate the top left cell row index
- columnEnd
- The zero based inclusive column index indicate the bottom right cell row index
Return Value
true If passed cell range is a valid cell range, otherwise, false