Set the leftmost visible scrollable column.
Future<void> setLeftCol(int col) async { await VolvoxGridService.SetLeftCol( SetColRequest() ..gridId = _gridId ..col = col, ); }