Get Footer Values

I see where there is documentation to get Header values using setColumnLabel(); (docs.dhtmlx.com/doku.php?id=dhtmlxgrid:header&s).

But I haven’t found any information on how to get Footer values. I want to access the column totals that were created with attachFooter(“Total:, #stat_total”). How do I find that value?

Wow, 2 days of searching and I finally found what I needed:
docs.dhtmlx.com/doku.php?id=dhtm … ooterlabel
which lets you get the Footer values. This wasn’t listed under the general Header/Footer documentation. I’d recommend adding a link there and including it with the getHeaderLabel() info.