Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorksheet Interface / Evaluate Method / Evaluate(String) Method
Required String. The name of the object, using the naming convention.
In This Topic
    Evaluate(String) Method
    In This Topic
    Converts a Microsoft Excel name to an object or a value.
    Syntax
    System.object Evaluate( 
       System.string formula
    )

    Parameters

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