I am using SpreadSheetView
of ControlsFX
,
With that i am able to span rows/columns using the GridBase
utility method like below,
getGrid().spanColumn(2, row, column);
Now, i want to remove this span and revert it to original .
How can i do that ?