Interface ICellValueEditor
Represents cell value editor.
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface ICellValueEditor
Methods
Focus()
Focuses this instance.
Declaration
bool Focus()
Returns
System.Boolean
|
Events
GotFocus
Occurs when the instance got focus.
Declaration
event EventHandler GotFocus
Event Type
System.EventHandler
|