Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SelectFieldItem Class / SelectFieldItem Constructor / SelectFieldItem Constructor(String,Object)
The text of the item.
The value of the item.
In This Topic
    SelectFieldItem Constructor(String,Object)
    In This Topic
    Generate an item for check box list or radio button list.
    Syntax
    public SelectFieldItem( 
       java.lang.String text,
       java.lang.Object value
    )

    Parameters

    text
    The text of the item.
    value
    The value of the item.
    See Also