TableCellRanges: A class that manages cell ranges (e.g. for merged cells).
Description
The TableCellRanges class contains a list of cell ranges and provides
basic utility methods such as finding intersecting ranges to support
the functioning of the BasicTable class.
Arguments
Value
Object of R6Class with properties and methods that help
manage cell ranges.
# NOT RUN {# TableCellRanges objects are never created outside of the BasicTable class.# For examples of working with merged cells, see the Introduction vignette.# }