API Reference

Class

ExcelSubtotalResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

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.