Search
CellParsingEvent.setExpression Method
See Also
 






Sets the expression representing formula parsed from input.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void setExpression (
    Expression value
)

 Parameters

value

An Expression instance.

 See Also