MindFusion.Wpf Pack Programmer's Guide
IInplaceEditable.SetEditedText Method
See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

void SetEditedText (
    string newText
)

Visual Basic  Copy Code

Sub SetEditedText( _
    newText As String _
)

 Parameters

newText

The new text of the in-place edited object.

 See Also

IInplaceEditable Members
IInplaceEditable Interface
MindFusion.Spreadsheet.Wpf Namespace