Edit

Share via


Excel.ReferenceValueType enum

Represents the types of the ReferenceValue object.

Remarks

[ API set: ExcelApi 1.16 ]

Fields

array = "Array"

Represents an ArrayCellValue.

boolean = "Boolean"

Represents a BooleanCellValue.

double = "Double"

Represents a DoubleCellValue.

entity = "Entity"

Represents an EntityCellValue.

root = "Root"

Represents a RootReferenceCellValue.

string = "String"

Represents a StringCellValue.