Merge cells i GridLayout

Hello!

I use Vaadin 8, pure Java.
Is it possible to merge neighbour horizontal cells (two or more) inside row in GridLayout to add Component. I’ve tryed to use addComponent(x1,y1 x2, y2). I thought it would merge two cell and place my Component. But without results. Are there any ways to resolve this issue?