Spread Windows Forms 17
Spread Windows Forms 17.0 Product Documentation / Developer's Guide / Rows and Columns
In This Topic
    Rows and Columns
    In This Topic

    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, and AlternatingRows 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. For information on the underlying model responsible for rows and columns, refer to the Understanding the Axis Model.

    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.

    Similar to other grid products you might have used, Spread does not allow in-cell editing of the cells in the row and column headers.

    For more information about the appearance of rows as a result of filtering, refer to Setting the Appearance of Filtered Rows.

    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 more information, refer to the Row, Rows, AlternatingRow, AlternatingRows, Column, and Columns objects in the Assembly Reference.

    See Also