Search
IInplaceEditable.setEditedText Method
See Also
 






Sets the edited text to the object after the in-place editing operation has been completed successfully.

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

 Syntax

Java  Copy Code

void setEditedText (
    String newText
)

 Parameters

newText

The new text of the in-place edited object.

 See Also