_Chart.Evaluate Method
Converts a Microsoft Excel name to an object or a value.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Evaluate ( _
Name As Object _
) As Object
'Usage
Dim instance As _Chart
Dim Name As Object
Dim returnValue As Object
returnValue = instance.Evaluate(Name)
Object Evaluate(
Object Name
)
Parameters
Name
Type: System.ObjectRequired Object. The name of the object, using the naming convention of Microsoft Excel.
Return Value
Type: System.Object