This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
Represents the value of a cell containing a string.
basic | Represents the value that would be returned by |
basic | Represents the value that would be returned by |
layouts | Represents layout information for views of this string value. |
properties | Represents additional properties of this string value. |
provider | Represents information that describes the service that provided the data in this |
referenced | Represents the cell values which are referenced within |
type | Represents the type of this cell value. |
Represents the value that would be returned byRange.valueTypes
for a cell with this value.
basicType?: RangeValueType.string | "String";
string | "String"
Represents the value that would be returned byRange.values
for a cell with this value.
basicValue: string;
string
Represents layout information for views of this string value.
layouts?: BasicViewLayouts;
Represents additional properties of this string value.
properties?: { [key: string]: EntityPropertyType; };
{[key: string]:Excel.EntityPropertyType;}
Represents information that describes the service that provided the data in thisStringCellValue
. This information can be used for branding in card view.
provider?: CellValueProviderAttributes;
Represents the cell values which are referenced withinStringCellValue.properties
.
referencedValues?: ReferencedValue[];
Represents the type of this cell value.
type: CellValueType.string | ReferenceValueType.string | "String";
Was this page helpful?
Was this page helpful?