Posted 8 July 2022, 12:10 am EST - Updated 3 October 2022, 9:06 am EST
Hi teams,
On my web application, i have a combobox cell. In this cell, i want to add padding left. I’m using:
sheetInitData.getCell(0, 3, GC.Spread.Sheets.SheetArea.viewport).cellPadding('0 0 0 15');
But editor of combobox cell is also padding left.

I want editor is displayed at default position (at left border of cell).
Please help me.

