Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReuseEditorControl Interface
Members


In This Topic
IReuseEditorControl Interface
In This Topic
Interface implemented by cell type objects that creates the cell editor once in each FpSpread using the cell type, to increase performance. This is obsolete and the control should implement IReuseEditorControl2 instead.
Syntax
'Declaration
 
Public Interface IReuseEditorControl 
 
'Usage
 
Dim instance As IReuseEditorControl
See Also