取DbgridEh中Footer的SUM值
theGetValue := StrToInt(DbgridEh.GetFooterValue(0,DbgridEh.Columns[1]));
GetFooterValue(Footer行,列)
Footer行为0时,表示footer的第一行
Delphi Programer DoubleCat
theGetValue := StrToInt(DbgridEh.GetFooterValue(0,DbgridEh.Columns[1]));
GetFooterValue(Footer行,列)
Footer行为0时,表示footer的第一行