Spread ASP.NET 6.0 Product Documentation
ICellType Interface
Members  See Also  Send Feedback
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.