'Declaration Public Sub MergeCells( _ ByVal startIndex As Integer, _ ByVal endIndex As Integer _ )
'Usage Dim instance As Row Dim startIndex As Integer Dim endIndex As Integer instance.MergeCells(startIndex, endIndex)
public void MergeCells( int startIndex, int endIndex )
Parameters
- startIndex
- The index of the Cell where the merging starts.
- endIndex
- The index of the Cell where the merging ends.