Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IWorksheet Interface / evaluate Method / evaluate(String) Method
Required String. The name of the object, using the namingconvention.
In This Topic
    evaluate(String) Method
    In This Topic
    Converts a Microsoft Excel name to an object or a value.
    Syntax
    java.lang.Object evaluate( 
       java.lang.String formula
    )

    Parameters

    formula
    Required String. The name of the object, using the namingconvention.
    See Also