Excel.CellValuePropertyMetadataExclusions interface

Represents the exclusion of a property in EntityCellValue.properties from features of Excel.

Remarks

[ API set: ExcelApi 1.16 ]

Properties

autoComplete

True represents that the property is excluded from the properties shown by auto complete. False and undefined represent the default behavior of including the property.

calcCompare

True represents that the property is excluded from the properties used to compare cell values during recalc. False and undefined represent the default behavior of including the property.

cardView

True represents that the property is excluded from the properties shown by card view. False and undefined represent the default behavior of including the property.

dotNotation

True represents that the property is excluded from the properties which can be accessed via the FIELDVALUE function. False and undefined represent the default behavior of including the property.

Property Details

autoComplete

True represents that the property is excluded from the properties shown by auto complete. False and undefined represent the default behavior of including the property.

autoComplete?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]

calcCompare

True represents that the property is excluded from the properties used to compare cell values during recalc. False and undefined represent the default behavior of including the property.

calcCompare?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]

cardView

True represents that the property is excluded from the properties shown by card view. False and undefined represent the default behavior of including the property.

cardView?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]

dotNotation

True represents that the property is excluded from the properties which can be accessed via the FIELDVALUE function. False and undefined represent the default behavior of including the property.

dotNotation?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]