Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Populate a drop-down form control
florian
Hi,
I am trying to play with drop-down controls.
I was able to create the form control, but could not figure out how to populate its items, play with its selection, etc.
ShapeAnchor shapeAnchor = book.getDrawing().createShapeAnchor(0, 0, 1, 1);
Shape formControl = book.getDrawing().addFormControl(FormControlTypes.eControlComboBox, shapeAnchor);
Thanks in advance for your help,
Florian
Find more posts tagged with
Comments
rmurphy
Hi Florian,
e.Spreadsheet does not currently support Form Objects such as drop down lists, buttons, etc. The FormControlTypes that you referenced below is not a documented public type.
Rob