Search
CellParsingEvent.getInput Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Object getInput ()

 Return Value

Usually a String value if entered interactively. When parsing from files or pasting from clipboard, it could also be a Java primitive value or one fo the primitive types from com.mindfusion.spreadsheet.expressions package.

 See Also