Search
CellParsingEvent Members
Methods
 


Provides data to cellParsing event handlers.

The following tables list the members exposed by the CellParsingEvent type.

 Public Methods

  Name Description

getCell

Gets the cell related to the event. (Inherited from CellEvent.)

getExpression

Gets the expression representing formula parsed from input.

getFormulaValue

Gets the calculated formula value if input is a formula.

getInput

Gets the input value entered by user or pasted from clipboard.

getParsedData

Gets the default parsed value.

setExpression

Sets the expression representing formula parsed from input.

setFormulaValue

Sets the calculated formula value if input is a formula.

setParsedData

Call this method to override the default parsed value.

 See Also