枚举类的使用
com.grapecity.documents.excel.SummaryRow
-
com.grapecity.documents.excel中SummaryRow的使用
修饰符和类型方法说明IOutline.getSummaryRow()
获取大纲中摘要行的位置。static SummaryRow
返回带有指定名称的该类的枚举常量。static SummaryRow[]
SummaryRow.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
IOutline.setSummaryRow
(SummaryRow value) 设置大纲中摘要行的位置。void
IRange.subtotal
(int groupBy, ConsolidationFunction subtotalFunction, int[] totalList, boolean replace, boolean pageBreaks, SummaryRow summaryRowLocation) 为该范围创建小计。void
IRange.subtotal
(int groupBy, ConsolidationFunction subtotalFunction, int[] totalList, SummaryRow summaryRowLocation) 为该范围创建小计。