View unanswered posts | View active topics
It is currently Wed Nov 27, 2024 5:40 am
|
Page 1 of 1
|
[ 4 posts ] |
|
Author |
Message |
ciprian
Joined: Thu Mar 09, 2006 1:39 pm Posts: 1
|
Dropdown list
How can I construct a cell with a dropdown list with multiple values?
|
Thu Mar 09, 2006 1:46 pm |
|
|
daniela
Joined: Fri Feb 03, 2006 12:23 pm Posts: 199 Location: Brasov, Romania
|
Data validation
By adding a data validator for a specified range and setting the list option for the validation type.
xlsFirstTab.easy_addDataValidator("A1:A10", DataValidator.VALIDATE_LIST, DataValidator.OPERATOR_EQUAL_TO, "=Your Range Formula or Name", "");
|
Thu Mar 09, 2006 3:15 pm |
|
|
marsh
Joined: Thu Apr 17, 2008 10:21 am Posts: 1
|
Hi there
I'm currently evaluating your .net version and can't figure out how to add a list of items to a dropdown for a specified column either.
I need to allow users to only be able to selct certain values .
How exactly do i need to specify the formula values for the validator?
|
Thu Apr 17, 2008 10:24 am |
|
|
daniela
Joined: Fri Feb 03, 2006 12:23 pm Posts: 199 Location: Brasov, Romania
|
For samples about how to set the formulas for data validation see our manual:
http://www.easyxls.com/manual/index.html
chapter EasyXLS Basics/Data Validation
You will find a sample about how to set the list of items for the dropdown.
|
Fri Apr 18, 2008 3:11 am |
|
|
|
Page 1 of 1
|
[ 4 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|