Type Alias TableRange

TableRange: {
    end: TableCellAdress;
    start: TableCellAdress;
}