returns the newData object when called from Sheet Class
static Data newData(Sheet sheet, int row, int col) { return Data._(sheet, row, col); }