API Reference

Class

ExcelSubtotalGroupResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a single generated subtotal group.

Inheritance

  • Object
  • ExcelSubtotalGroupResult

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 Key { get; } #

Group key read from the worksheet.

public Int32 SourceStartRow { get; } #

First source data row included in the group.

public Int32 SourceEndRow { get; } #

Last source data row included in the group.

public Int32 SummaryRow { get; } #

Generated summary row for the group.