# Customizing the Sheet Corner Appearance

Learn how to customize the appearance of the sheet corner and enhance the visual appeal of your spreadsheets.

## Content

You can customize the appearance of the sheet corner, the header cell in the upper left corner of the sheet, for each sheet. In many ways, customizing the sheet corner is similar to customizing cells or sheets.
These topics discuss the sheet corner features:

* [General Style of the Sheet Corner](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-style)
* [Text Display in the Sheet Corner](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-text)
* [Table Display in the Sheet Corner](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-table)
* [Customizable Cell in the Sheet Corner](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-custcells)
* [Cell Spans in the Sheet Corner](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-spans)
* [Header Count Synchronization in the Sheet Corner](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-headercount)
* [Drawing (Rendering) Style](/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssobject-header/spwin-sheetcorner/spwin-sheetcorner-renderstyle)

## Operational Support

The sheet corner supports XML serialization and deserialization along with sheet. Anything changed in the sheet corner is saved with the Spread when you save Spread.
The sheet corner supports copy and pasting cells between sheets. You can select a sheet by clicking in sheet corner, then press Ctrl +C to copy it and then go to another sheet and press Ctrl +V to paste the sheet and the sheet corner.
The sheet corner supports PDF printing and normal printing so you can print the sheet corner along with the sheet.
The underlying models of the sheet corner are exposed through the sheet model property and you can change this model. The following classes are involved in the sheet corner.

* FarPoint.Win.Spread Namespace: [SheetCorner](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.SheetCorner.html) Class
* FarPoint.Win.Spread.CellType Namespace: [IRenderer](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.IRenderer.html) Interface
* FarPoint.Win.Spread.CellType Namespace: [CornerRenderer](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.CornerRenderer.html) Class
* FarPoint.Win.Spread.CellType Namespace: [EnhancedCornerRenderer](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.EnhancedCornerRenderer.html) Class

## See Also

[SheetCorner Class](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.SheetCorner.html)
[IRenderer Interface](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.IRenderer.html)
[CornerRenderer Class](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.CornerRenderer.html)
[EnhancedCornerRenderer Class](/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.EnhancedCornerRenderer.html)