[]
        
(Showing Draft Content)

ListBoxItem

Class ListBoxItem

java.lang.Object
com.grapecity.documents.excel.forms.SelectorItem
com.grapecity.documents.excel.forms.ListBoxItem

public class ListBoxItem extends SelectorItem
Represents an item of IListBox.
  • Constructor Details

    • ListBoxItem

      public ListBoxItem()
      Creates an empty item.
    • ListBoxItem

      public ListBoxItem(String value)
      Creates an item with value.
      Parameters:
      value - The value of item.