Class DropDownItem
java.lang.Object
com.grapecity.documents.excel.forms.SelectorItem
com.grapecity.documents.excel.forms.DropDownItem
Represents an item of
IDropDown.-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty item.DropDownItem(String value) Creates an item with value. -
Method Summary
Methods inherited from class com.grapecity.documents.excel.forms.SelectorItem
getValue, isReadOnly, setReadOnly, setValue, UpdateBindingValue
-
Constructor Details
-
DropDownItem
public DropDownItem()Creates an empty item. -
DropDownItem
Creates an item with value.- Parameters:
value- The value of item.
-