Spread ASP.NET 6.0 Product Documentation
Customizing the Appearance of Rows and Columns
Send Feedback
Spread ASP.NET 6.0 Product Documentation > Developer's Guide > Customizing the Appearance > Customizing the Appearance of Rows and Columns

Glossary Item Box

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

When you work with rows and columns, you can manipulate the objects using the shortcuts in code (Row, Rows, Column, Columns, AlternatingRow, etc.) or you can directly manipulate the model. Most developers who are not changing anything drastically find it easy to manipulate the shortcut objects.

Remember that 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. Refer to Object Parentage.

For information on headers, refer to Customizing the Appearance of Headers.

For more information, refer to the Row class or Column class.

For more information about the underlying axis model, refer to Understanding the Axis Model.

Return to the appearance overview at Customizing the Appearance.

© 2002-2012 GrapeCity, Inc. All Rights Reserved.