Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel.forms Package / SelectorItem Class / setReadOnly Method
True to set the object as read-only, False to set it as editable.
In This Topic
    setReadOnly Method
    In This Topic
    Sets the read-only mode of the object.
    Syntax
    public void setReadOnly( 
       boolean value
    )

    Parameters

    value
    True to set the object as read-only, False to set it as editable.
    See Also