Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / FunctionValueType Enumeration
In This Topic
    FunctionValueType Enumeration
    In This Topic
    Specifies the value type of parameter or result.
    Members
    MemberDescription
    Boolean 
    Number 
    ObjectSpecifies that value of parameter is scalar, @code:Array or @code:CalcReference. If this parameter is @code:retval or acceptCustomObjects, the value can be custom objects.
    Text 
    Variant 
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.FunctionValueType

    See Also