Get the number of frozen (non-scrollable data) rows below the header band.
Future<int> frozenRowCount() async { final config = await _getConfig(); return config.layout.frozenRows; }