Movatterモバイル変換


[0]ホーム

URL:


Skip to main contentSkip to in-page navigation

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

Excel.StringCellValue interface

Package:
excel

Represents the value of a cell containing a string.

Properties

basicType

Represents the value that would be returned byRange.valueTypes for a cell with this value.

basicValue

Represents the value that would be returned byRange.values for a cell with this value.

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 thisStringCellValue. This information can be used for branding in card view.

referencedValues

Represents the cell values which are referenced withinStringCellValue.properties.

type

Represents the type of this cell value.

Property Details

basicType

Represents the value that would be returned byRange.valueTypes for a cell with this value.

basicType?: RangeValueType.string | "String";

Property Value

string | "String"

Remarks

[API set: ExcelApi 1.16 ]

basicValue

Represents the value that would be returned byRange.values for a cell with this value.

basicValue: string;

Property Value

string

Remarks

[API set: ExcelApi 1.16 ]

layouts

Represents layout information for views of this string value.

layouts?: BasicViewLayouts;

Property Value

Remarks

[API set: ExcelApi 1.19 ]

properties

Represents additional properties of this string value.

properties?: {            [key: string]: EntityPropertyType;        };

Property Value

{[key: string]:Excel.EntityPropertyType;}

Remarks

[API set: ExcelApi 1.19 ]

provider

Represents information that describes the service that provided the data in thisStringCellValue. This information can be used for branding in card view.

provider?: CellValueProviderAttributes;

Property Value

Remarks

[API set: ExcelApi 1.19 ]

referencedValues

Represents the cell values which are referenced withinStringCellValue.properties.

referencedValues?: ReferencedValue[];

Property Value

Remarks

[API set: ExcelApi 1.19 ]

type

Represents the type of this cell value.

type: CellValueType.string | ReferenceValueType.string | "String";

Property Value

string |string | "String"

Remarks

[API set: ExcelApi 1.16 ]

Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, seeour contributor guide.

Feedback

Was this page helpful?

YesNo

In this article

Was this page helpful?

YesNo