Spread for ASP.NET 7.0 Product Documentation
ICellType Interface
Members  See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : ICellType Interface


Glossary Item Box

Interface that supports the cell types.

Syntax

Visual Basic (Declaration) 
Public Interface ICellType 
   Inherits FarPoint.Web.Spread.Editor.IEditorFarPoint.Web.Spread.Renderer.IFormatterFarPoint.Web.Spread.Renderer.IRenderer 
Visual Basic (Usage)Copy Code
Dim instance As ICellType

Remarks

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.

Requirements

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

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.