Am I correct in stating that it is not possible to target a single Cell (or indeed a partial Range) of the index column of a dataframe Table using either Cell (or Range)? My thinking is that the resolve member function utilises a call to _table.get_column_offset(self._col) which does not appear to allow the index column to be passed.