Spread Windows Forms 12.0 Product Documentation
ICellType Interface
Members 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ICellType Interface
Interface that defines the methods and properties required by objects used as cell types.
Object Model
ICellType Interface
Syntax
'Declaration
 
Public Interface ICellType 
   Inherits IEditorIFormatterIRenderer 
'Usage
 
Dim instance As ICellType
public interface ICellType : IEditorIFormatterIRenderer  
Remarks

This interface is derived from IEditor, IRenderer , and IFormatter. This is the interface for an object that is an editor, renderer, and formatter -- all at the same time. All the members from those interfaces apply.

Here are graphic or control cell types based on FarPoint.Win.Spread.CellType.BaseCellType:

Here are editable cell types based on FarPoint.Win.Spread.CellType.EditBaseCellType:

See Also

Reference

ICellType Members
FarPoint.Win.Spread.CellType Namespace

User-Task Documentation

Customizing with Cell Types