Back to Devexpress

TableTraversalOrder Enum

officefileapi-devexpress-dot-docs-dot-presentation-ccd3136a.md

latest1.3 KB
Original Source

TableTraversalOrder Enum

Lists the possible orders for traversing table cells.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum TableTraversalOrder
vb
Public Enum TableTraversalOrder

Members

NameDescription
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

DevExpress.Docs.Presentation Namespace