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


Interface implemented by cell type objects that want to create the cell editor once in each FpSpread using the cell type, to increase performance. However, this is obsolete, control should implement IReuseEditorControl2 instead

Syntax

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

See Also