Function getCellGroupsAtColumn

  • Retrieves a list of cell groups intersecting at a given column.

    Parameters

    • dataModel: DataModel

      data model of the grid.

    • rgn: CellRegion

      the cell region.

    • column: number

      the target column to look for intersections at.

    Returns CellGroup[]

    all cell groups intersecting with the column.