API Reference

Enum

ExcelCustomPropertyType

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

Supported custom workbook property value types.

Inheritance

  • Enum
  • ExcelCustomPropertyType

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 ExcelCustomPropertyType Text #

Text value.

Value: 0
public const ExcelCustomPropertyType NumberInteger #

Integer value.

Value: 1
public const ExcelCustomPropertyType NumberDouble #

Floating point numeric value.

Value: 2
public const ExcelCustomPropertyType YesNo #

Boolean value.

Value: 3
public const ExcelCustomPropertyType DateTime #

Date/time value.

Value: 4
public const ExcelCustomPropertyType Binary #

Binary blob value.

Value: 5