[]
        
(Showing Draft Content)

Customizing the Appearance of a Cell

When you work with cells in the data area of the spreadsheet, you can work with the objects using the short cuts in code (Cell and Cells classes) or you can work directly with the model. Most developers who are not creating extensive customizations find it easier to work with the shortcut objects.

These tasks relate to setting the appearance of individual cells in the data area of the spreadsheet:

!type=note


Note: The word "appearance" describes the general look of the cell, not the settings in the Appearance class, which contains only a few settings and is used for the appearance of several parts of the interface. Most of the appearance settings for a cell are in the StyleInfo class.

Settings applied to a particular cell override the settings that are set at the column or row level. For a more detailed explanation, refer to Object Parentage.

Other cell-level appearance settings are set by the cell type. For more information on settings related to cell types, refer to Customizing Interaction with Cell Types. You can edit properties of the Cells classes in the Properties window (in Spread Designer or in Visual Studio .NET). For more information on the Cells, Columns, and Rows Editor that is available from the Properties window, refer to the explanation of this editor in the Spread Designer Guide.

For more information, refer to the following topics:

See Also

Customizing the Sheet Appearance

Customizing the Dimensions of the Component

Customizing the Individual Sheet Appearance

Customizing the Overall Component Appearance

Creating and Applying a Style for Cells

Using Conditional Formatting of Cells

Customizing the Display of the Pointer

Customizing the User Interface Images

Using XP Themes with the Component

Customizing the Renderers

Handling Right-to-Left Layouts

Customizing Painting of Parts of the Component

Text Rendering with GDI

Applying Theme to Customize the Appearance