'Declaration Public Interface ICellType Inherits IEditor, IFormatter, IRenderer
'Usage Dim instance As ICellType
public interface ICellType : IEditor, IFormatter, IRenderer
'Declaration Public Interface ICellType Inherits IEditor, IFormatter, IRenderer
'Usage Dim instance As ICellType
public interface ICellType : IEditor, IFormatter, IRenderer
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: