![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.cells.Shape
com.aspose.cells.ComboBox
public class ComboBox
Method Summary | |
---|---|
int |
getDropDownLines()
Gets the number of list lines displayed in the drop-down portion of a combo box. |
java.lang.String |
getInputRange()
Gets the worksheet range used to fill the specified combo box. |
java.lang.String |
getLinkedCell()
Gets the worksheet range linked to the control's value |
Cell |
getSelectedCell()
Gets the selected cell in the input range of the combo box. |
int |
getSelectedIndex()
Gets the index number of the currently selected item in the combo box. |
boolean |
isShadow()
Indicates whether the combobox has 3-D shading. |
void |
setDropDownLines(int dropDownLines)
Sets the number of list lines displayed in the drop-down portion of a combo box. |
void |
setInputRange(java.lang.String formula)
Sets the worksheet range used to fill the specified combo box. |
void |
setLinkedCell(java.lang.String formula)
Sets the worksheet range linked to the control's value |
void |
setSelectedIndex(int index)
Sets the index of currently selected item in the combo box. |
void |
setShadow(boolean flag)
Sets whether the combobox has 3-D shading. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getLinkedCell()
getLinkedCell
in class Shape
public void setLinkedCell(java.lang.String formula)
setLinkedCell
in class Shape
formula
- the worksheet range linked to the control's valuepublic java.lang.String getInputRange()
public void setInputRange(java.lang.String formula)
formula
- the worksheet range used to fill the specified combo box.public boolean isShadow()
public void setShadow(boolean flag)
flag
- true if the combobox has 3-D shading.public int getDropDownLines()
public void setDropDownLines(int dropDownLines)
dropDownLines
- the number of list lines displayed in the drop-down portion of a combo box.public int getSelectedIndex()
public void setSelectedIndex(int index)
index
- the index number of the currently selected item in the combo box. -1 means no item is selected.public Cell getSelectedCell()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |