Excel.CellValuePropertyMetadataExclusions interface
Represents the exclusion of a property in EntityCellValue.properties
from features of Excel.
Remarks
Properties
auto |
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. |
calc |
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. |
card |
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. |
dot |
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
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
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
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
Office Add-ins