Spread ASP.NET 17
Spread for ASP.NET 17 Product Documentation / Developer's Guide / Customizing the Appearance / Customizing the Appearance of Rows and Columns
In This Topic
    Customizing the Appearance of Rows and Columns
    In This Topic

    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.