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.
Remarks
Properties
writable | Represents whether this |
writable |
Represents an explanation about why |
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
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
Office Add-ins