Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / getDefaultValue Method
In This Topic
    getDefaultValue Method
    In This Topic
    Gets 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
    java.lang.Object getDefaultValue()
    See Also