Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Excel.RootReferenceCellValue interface
- Package:
- excel
Represents a reference to the value which contains referencedValues.
Remarks
Properties
| basicType | Represents the value that would be returned by |
| basicValue | Represents the value that would be returned by |
| type | Represents the type of this cell value. |
Property Details
basicType
Represents the value that would be returned by Range.valueTypes for a cell with this value.
basicType?: RangeValueType | "Boolean" | "Double" | "Error" | "Empty" | "String";
Property Value
Excel.RangeValueType | "Boolean" | "Double" | "Error" | "Empty" | "String"
Remarks
basicValue
Represents the value that would be returned by Range.values for a cell with this value.
basicValue?: boolean | number | string;
Property Value
boolean | number | string
Remarks
type
Represents the type of this cell value.
type: ReferenceValueType.root | "Root";
Property Value
root | "Root"
Remarks
Office Add-ins
Feedback
Was this page helpful?
