Excel.StringCellValue interface
Represents the value of a cell containing a string.
Remarks
Properties
basic |
Represents the value that would be returned by |
basic |
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.string | "String";
Property Value
string | "String"
Remarks
basicValue
Represents the value that would be returned by Range.values
for a cell with this value.
basicValue: string;
Property Value
string
Remarks
type
Represents the type of this cell value.
type: CellValueType.string | "String";
Property Value
string | "String"
Remarks
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, see our contributor guide.
Office Add-ins