Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / setDefaultValue Method
In This Topic
    setDefaultValue Method
    In This Topic
    Sets the default value of the cell, it can be the value data or the formula string. It works when the cell has no data.
    Syntax
    void setDefaultValue( 
       java.lang.Object value
    )

    Parameters

    value
    See Also