[sc-dev] Dropdown list box

2007-07-31 Thread Alan Yaniger
Hi list-members, Where can I find the code which displays a dropdown list box containing valid values for a cell? Thanks, Alan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [sc-dev] Dropdown list box

2007-07-31 Thread Eike Rathke
Hi Alan, On Tuesday, 2007-07-31 18:13:51 +0300, Alan Yaniger wrote: Where can I find the code which displays a dropdown list box containing valid values for a cell? source/ui/view/gridwin.cxx ScGridWindow::DoAutoFilterMenue(), data obtained via ScDocument::GetDataEntries(). Note that the