API Reference
Class
ExcelSubtotalResult
Describes a generated subtotal summary block.
Inheritance
- Object
- ExcelSubtotalResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SummaryRange { get; } #A1 range occupied by the generated summary block.
public Int32 SummaryStartRow { get; } #First row occupied by the generated summary block.
public Int32 SummaryEndRow { get; } #Last row occupied by the generated summary block.
public IReadOnlyList<ExcelSubtotalGroupResult> Groups { get; } #Generated subtotal groups.
public Int32 GroupCount { get; } #Number of generated subtotal groups.
public Boolean GrandTotalWritten { get; } #Whether a grand total row was written.