Spread Windows Forms 12.0 Product Documentation
Customizing the Row or Column Appearance
Spread Windows Forms 12.0 Product Documentation > Developer's Guide > Customizing Row, Column, and Cell Appearance > Customizing the Row or Column Appearance

These tasks relate to setting the appearance of columns or rows in the sheet:

When you work with rows and columns, you can work with the objects using the shortcuts in code (Row, Rows, Column, Columns, AlternatingRow, AlternatingRows) 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. You can edit properties of the Rows and Columns 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.

As with most spreadsheet and grid products, Spread does not allow in-cell editing of the cells in the row and column headers.

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

See Also