It's easy to get all children rows from a given UltraDataBand with GetChildRows(band_name) but how do I get RowsCollection from a UltraGridRow? There is a ParentCollection on UltraGridRow - why isn't there a ChildCollection or a GetChildRows(band_name) like in UltraDataBand? Maybe I'm just missing something simple here.
row.ChildBands[0].Rows