Skip to main content
All docs
V25.2
  • TableTraversalOrder Enum

    Lists the possible orders for traversing table cells.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public enum TableTraversalOrder

    Members

    Name Description
    RowThenColumn

    Specifies that table cells are traversed row by row.

    ColumnThenRow

    Specifies that table cells are traversed column by column.

    Remarks

    To obtain all cells that display data, call Table.GetActiveCells.

    For more information, refer to the following section: Obtain All Table Cells.

    See Also