API Reference

Enum

ExcelSparklineType

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Office2010.Excel.SparklineTypeValues.

Inheritance

  • Enum
  • ExcelSparklineType

Usage

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

Accepted by parameters

Values

public const ExcelSparklineType Line #

Represents the Open XML value line.

Value: 0
public const ExcelSparklineType Column #

Represents the Open XML value column.

Value: 1
public const ExcelSparklineType Stacked #

Represents the Open XML value stacked.

Value: 2