FarPoint.Win.Spread
IEditor Interface
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : IEditor Interface


Interface that defines the methods required by objects used as editors. Editors allow the user to edit the cell contents.

Syntax

Visual Basic (Declaration) 
Public Interface IEditor 
Visual Basic (Usage)Copy Code
Dim instance As IEditor
C# 
public interface IEditor 

See Also