Interface ICellValueEditor
Represents cell value editor.
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.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
         
  |