API Reference

Enum

ExcelConditionalTimePeriod

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

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

Inheritance

  • Enum
  • ExcelConditionalTimePeriod

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 ExcelConditionalTimePeriod Today #

Represents the Open XML value today.

Value: 0
public const ExcelConditionalTimePeriod Yesterday #

Represents the Open XML value yesterday.

Value: 1
public const ExcelConditionalTimePeriod Tomorrow #

Represents the Open XML value tomorrow.

Value: 2
public const ExcelConditionalTimePeriod Last7Days #

Represents the Open XML value last7Days.

Value: 3
public const ExcelConditionalTimePeriod ThisMonth #

Represents the Open XML value thisMonth.

Value: 4
public const ExcelConditionalTimePeriod LastMonth #

Represents the Open XML value lastMonth.

Value: 5
public const ExcelConditionalTimePeriod NextMonth #

Represents the Open XML value nextMonth.

Value: 6
public const ExcelConditionalTimePeriod ThisWeek #

Represents the Open XML value thisWeek.

Value: 7
public const ExcelConditionalTimePeriod LastWeek #

Represents the Open XML value lastWeek.

Value: 8
public const ExcelConditionalTimePeriod NextWeek #

Represents the Open XML value nextWeek.

Value: 9