Initiates in-place edit of the specified in-place editable object.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Control BeginEdit ( |
Visual Basic
Copy Code
|
|---|
Public Function BeginEdit( _ |
An in-place editable object identifying the object to edit.
A TextBoxBase representing the in-place edit box.
RemarksIf the in-place editable object is a cell, part of a merged cell, the top-left cell of the merged range will be edited.
See Also