FarPoint.Win.Spread
IReuseEditorControl2 Interface
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : IReuseEditorControl2 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.

Syntax

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

See Also