Attempts to evaluate the specified object.
Namespace: MindFusion.Spreadsheet.Expressions
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
Object ToValue ( |
Visual Basic
Copy Code
|
|---|
Function ToValue( _ |
The object to evaluate.
The value of the object, or null (Nothing in Visual Basic), if the object cannot be evaluated.
See Also