@willwade/aac-processors
    Preparing search index...

    Enumeration CellScanningOrder

    Cell scanning order patterns Determines the sequence in which cells are highlighted

    Index

    Enumeration Members

    ColumnRowScan: "ColumnRowScan"

    Column-group scanning: highlight columns first, then cells within selected column

    RowColumnScan: "RowColumnScan"

    Row-group scanning: highlight rows first, then cells within selected row

    SimpleScan: "SimpleScan"

    Simple linear scan across rows (left-to-right, top-to-bottom)

    SimpleScanColumnsFirst: "SimpleScanColumnsFirst"

    Simple linear scan down columns (top-to-bottom, left-to-right)