Spread Windows Forms 6.0 Product Documentation
Creating a Custom Cell Type
Support Options
Spread Windows Forms 6.0 Product Documentation > Developer's Guide > Customizing Interaction with Cell Types > Understanding Additional Features of Cell Types > Creating a Custom Cell Type

Glossary Item Box

You can implement your own types of cells by creating a subclass that inherits an existing cell type (that is, overriding each method in that class). The custom cell type class should be marked as serializable if the clipboard will be used with it or if the export to Excel methods are used.

The custom editor example in the Spread Demo sample (samples folder) shows how to use a control as a cell editor. The FarOut! sample in the samples folder demonstrates custom cell types.

For information on other features of cell types, refer to Understanding Additional Features of Cell Types.

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