API Reference

Enum

LegacyXlsPivotGroupingKind

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the grouping criteria stored in an SXRng PivotTable grouping record.

Inheritance

  • Enum
  • LegacyXlsPivotGroupingKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const LegacyXlsPivotGroupingKind Numeric #

Group by numeric value.

Value: 0
public const LegacyXlsPivotGroupingKind Seconds #

Group by seconds.

Value: 1
public const LegacyXlsPivotGroupingKind Minutes #

Group by minutes.

Value: 2
public const LegacyXlsPivotGroupingKind Hours #

Group by hours.

Value: 3
public const LegacyXlsPivotGroupingKind Days #

Group by days.

Value: 4
public const LegacyXlsPivotGroupingKind Months #

Group by months.

Value: 5
public const LegacyXlsPivotGroupingKind Quarters #

Group by quarters.

Value: 6
public const LegacyXlsPivotGroupingKind Years #

Group by years.

Value: 7