# Customizing the Appearance of a Cell

Learn how to customize the appearance of cells in a spreadsheet data area using shortcuts and model manipulation techniques.

## Content

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](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.Cell.html) and [Cells](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.Cells.html) 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:

* [Customizing the Outline of the Component](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearcell/spwin-appearcontrolborder)
* [Displaying Grid Lines on a Sheet](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearcell/spwin-sheetgridcolor)
* [Creating and Customizing Cell Borders](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearcell/spwin-cellborder)

> !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](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.StyleInfo.html) 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](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssojbects/spwin-knowobjparentage).
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](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setcelltypes). 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](/spreadnet/docs/latest/online-win/overview/spwin-designerguide).
For more information, refer to the following topics:

* For information on header cells, refer to [Customizing the Appearance of Headers](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-appearheader).
* For tasks that relate to setting the user interaction at the cell level, refer to [Customizing Interaction in Cells](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-interactcell).
* For information on customizing the appearance of cells using the Spread Designer, refer to the [Spread Designer Guide](/spreadnet/docs/latest/online-win/overview/spwin-designerguide).
* For more information on the Cell and Cells objects, refer to the [Assembly Reference](/spreadnet/docs/latest/online-win/overview/assembly-reference).

## See Also

[Customizing the Sheet Appearance](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance)
[Customizing the Dimensions of the Component](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearcontroldims)
[Customizing the Individual Sheet Appearance](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearsheet)
[Customizing the Overall Component Appearance](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearcontrol)
[Creating and Applying a Style for Cells](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-cellstyle)
[Using Conditional Formatting of Cells](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-interact-condition)
[Customizing the Display of the Pointer](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-cntrlcursor)
[Customizing the User Interface Images](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-userimages)
[Using XP Themes with the Component](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appearxptheme)
[Customizing the Renderers](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-rendcustom)
[Handling Right-to-Left Layouts](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-rtlsupport)
[Customizing Painting of Parts of the Component](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-appear-painting)
[Text Rendering with GDI](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-feattextrender)
[Applying Theme to Customize the Appearance](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setappearance/spwin-spreadthemeapply)