Hi. I'm trying to find a way to get timestamp for a specific row and column (cell). But, since the Cell class is deprecated as well as RowResult. The only way that I found is to get a list of KeyValue from the Result class and to find a particular column. I'm wondering is there more elegant way to do this ?
Thank You and Best Regards.