API Reference

Enum

ExcelUnderlineStyle

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Spreadsheet.UnderlineValues.

Inheritance

  • Enum
  • ExcelUnderlineStyle

Usage

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

Values

public const ExcelUnderlineStyle Single #

Represents the Open XML value single.

Value: 0
public const ExcelUnderlineStyle Double #

Represents the Open XML value double.

Value: 1
public const ExcelUnderlineStyle SingleAccounting #

Represents the Open XML value singleAccounting.

Value: 2
public const ExcelUnderlineStyle DoubleAccounting #

Represents the Open XML value doubleAccounting.

Value: 3
public const ExcelUnderlineStyle None #

Represents the Open XML value none.

Value: 4