Spread Windows Forms 9.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.
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.