Visual Basic (Declaration) | |
---|---|
Public Interface ICellType Inherits FarPoint.Web.Spread.Editor.IEditor, FarPoint.Web.Spread.Renderer.IFormatter, FarPoint.Web.Spread.Renderer.IRenderer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ICellType |
C# | |
---|---|
public interface ICellType : FarPoint.Web.Spread.Editor.IEditor, FarPoint.Web.Spread.Renderer.IFormatter, FarPoint.Web.Spread.Renderer.IRenderer |
Cell types are determined by the editor, formatter, and renderer used to create the cell.
The editor for the cell is the object used to paint the cell when users edit the contents of a cell. The formatter for the cell is the set of rules used to format the data in a cell. The renderer for the cell is the object used to paint the cell when it is not being edited.
The BaseCellType and GeneralCellType classes inherit the ICellType interface, as do the other cell type classes.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6