Enum Class的使用
com.grapecity.documents.excel.SummaryRow
-
com.grapecity.documents.excel中SummaryRow的使用
修饰符和类型方法说明IOutline.getSummaryRow()
Gets the location of the summary rows in the outline.static SummaryRow
Returns the enum constant of this class with the specified name.static SummaryRow[]
SummaryRow.values()
Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明void
IOutline.setSummaryRow
(SummaryRow value) Sets the location of the summary rows in the outline.void
IRange.subtotal
(int groupBy, ConsolidationFunction subtotalFunction, int[] totalList, boolean replace, boolean pageBreaks, SummaryRow summaryRowLocation) Creates subtotals for the range.void
IRange.subtotal
(int groupBy, ConsolidationFunction subtotalFunction, int[] totalList, SummaryRow summaryRowLocation) Creates subtotals for the range.