ICellEditor
Interface
Represents a cell editor.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public interface ICellEditor
Derived Classes:
Properties
Methods
Selects all.
C#
void SelectAll()
Events
Occurs when the instance loses focus.
C#
event EventHandler LostFocus
Occurs when the selection is changed].
C#
event EventHandler SelectionChanged
Occurs when the text is changed.
C#
event EventHandler TextChanged