xxwood 发表于 2014-11-11 14:45:00

汇总的问题

FpSpread1.ActiveSheetView.ColumnFooter.Visible = True
      For i = 9 To FpSpread1.ActiveSheetView.Columns.Count - 1
            FpSpread1.ActiveSheetView.Columns(i).AggregationType = FarPoint.Web.Spread.Model.AggregationType.Sum
      Next
以上没问题,现在我要设置第8列的汇总值=第10列汇总值/第9列汇总值*100%,这个该怎么写呢??

iceman 发表于 2014-11-11 16:15:00

回复 1楼xxwood的帖子

抱歉,ColumnFooter中的公式目前无法定制,只能使用 AggregationType 枚举中的统计方法。
页: [1]
查看完整版本: 汇总的问题