Spread Windows Forms 12.0 Product Documentation
Understanding Headers
Spread Windows Forms 12.0 Product Documentation > Developer's Guide > Understanding the Spreadsheet Objects > Working with Headers > Understanding Headers

The following figure shows the sheet corner, headers, and cells and illustrates the cell coordinates in headers with multiple rows and columns. The coordinates are shown in parentheses.

Exploded Headers Showing Names and Coordinates

When you work with row headers and column headers, you can work with the objects using the shortcut objects in code (RowHeader and ColumnHeader 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.

See Also