
| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class BaseCellType Implements FarPoint.Web.Spread.Editor.IEditor, ICellType, IPdfSupport, FarPoint.Web.Spread.Renderer.IFormatter, FarPoint.Web.Spread.Renderer.IRenderer  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As BaseCellType  | |
| C# | |
|---|---|
public abstract class BaseCellType : FarPoint.Web.Spread.Editor.IEditor, ICellType, IPdfSupport, FarPoint.Web.Spread.Renderer.IFormatter, FarPoint.Web.Spread.Renderer.IRenderer  | |
This class provides methods and properties that are the basis for several cell types. For a list of cell types that inherit this class, see the Inheritance Hierarchy.
For a discussion on using the various cell types, refer to Managing Cell Types.
System.Object
   FarPoint.Web.Spread.BaseCellType
      FarPoint.Web.Spread.ButtonCellType
      FarPoint.Web.Spread.CheckBoxCellType
      FarPoint.Web.Spread.ComboBoxCellType
      FarPoint.Web.Spread.GeneralCellType
      FarPoint.Web.Spread.HyperLinkCellType
      FarPoint.Web.Spread.ImageCellType
      FarPoint.Web.Spread.LabelCellType
      FarPoint.Web.Spread.ListBoxCellType
      FarPoint.Web.Spread.MultiColumnComboBoxCellType
      FarPoint.Web.Spread.RadioButtonListCellType
      FarPoint.Web.Spread.TagCloudCellType
      FarPoint.Web.Spread.TextCellType
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
Reference
BaseCellType MembersFarPoint.Web.Spread Namespace
ButtonCellType Class
CheckBoxCellType Class
ComboBoxCellType Class
HyperLinkCellType Class
ImageCellType Class
LabelCellType Class
ListBoxCellType Class
RadioButtonListCellType Class
GeneralCellType Class
BaseEditor Class
BaseRenderer Class
TextCellType Class