Hi i'm using Cells 7.5.1. The Method
//Add a new combo box. ComboBox comboBox = sheet.getShapes().addComboBox(2, 0, 2, 0, 22, 100);
you guys mention in all your documentations doesn't exist. How can i add a combobox?
Cheers, Golo
Hi i'm using Cells 7.5.1. The Method
//Add a new combo box. ComboBox comboBox = sheet.getShapes().addComboBox(2, 0, 2, 0, 22, 100);
you guys mention in all your documentations doesn't exist. How can i add a combobox?
Cheers, Golo
Hi,
//Add a new combo box.
com.aspose.cells.ComboBox comboBox = (com.aspose.cells.ComboBox)sheet.getShapes().addShape(MsoDrawingType.COMBO_BOX,3, 0, 1, 0, 20, 100);