Spread Windows Forms 9.0 Product Documentation
ICellType Interface
Members 


Interface that defines the methods and properties required by objects used as cell types.
Object Model
ICellType Interface
Syntax
'Declaration
 
Public Interface ICellType 
   Inherits IEditorIFormatterIRenderer 
'Usage
 
Dim instance As ICellType
public interface ICellType : IEditorIFormatterIRenderer  
Remarks

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:

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ICellType Members
FarPoint.Win.Spread.CellType Namespace

User-Task Documentation

Customizing with Cell Types

 

 


Copyright © GrapeCity, inc. All rights reserved.