MindFusion.Wpf Pack Programmer's Guide
WorkbookView.BeginEdit Method
See Also
 





Initiates in-place edit of the specified in-place editable object.

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

 Syntax

C#  Copy Code

public Control BeginEdit (
    IInplaceEditable item
)

Visual Basic  Copy Code

Public Function BeginEdit( _
    item As IInplaceEditable _
) As Control

 Parameters

item

An in-place editable object identifying the object to edit.

 Return Value

A TextBoxBase representing the in-place edit box.

 Remarks

If 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

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace