Excel.CellValueExtraProperties interface

These extra properties may appear on a CellValue and provide information about that CellValue, but the extra properties are not part of the value in the cell.

Properties

writable

Represents whether this CellValue will be used to overwrite a cell. When false, APIs which would use this CellValue to overwrite a cell will instead ignore this value without throwing an error. The default value is true.

writableNote

Represents an explanation about why CellValue.writable is specified as false. Note: This string is only available if writable is specified as false.

Property Details

writable

Represents whether this CellValue will be used to overwrite a cell. When false, APIs which would use this CellValue to overwrite a cell will instead ignore this value without throwing an error. The default value is true.

writable?: boolean;

Property Value

boolean

Remarks

[ API set: ExcelApi 1.16 ]

writableNote

Represents an explanation about why CellValue.writable is specified as false. Note: This string is only available if writable is specified as false.

writableNote?: string;

Property Value

string

Remarks

[ API set: ExcelApi 1.16 ]