Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ICellType Interface
Members


In This Topic
    ICellType Interface
    In This Topic
    Interface that defines the methods and properties required by objects used as cell types.
    Syntax
    'Declaration
     
    
    Public Interface ICellType 
       Inherits IEditor, IFormatter, IRenderer 
    'Usage
     
    
    Dim instance As ICellType
    public interface ICellType : IEditor, IFormatter, IRenderer  
    See Also