//dg automatic numberingprivate function lfRowNum(oItem:Object,iCol:int):String { var iIndex:int = (oItem) + 1; return String(iIndex); }