Excel.ValueErrorCellValue interface
Representa el valor de una celda que contiene un #VALUE! error.
Comentarios
Propiedades
| basic |
Representa el valor que devolvería |
| basic |
Representa el valor que devolvería |
| error |
Representa el tipo de |
| error |
Representa el tipo de |
| type | Representa el tipo de este valor de celda. |
Detalles de las propiedades
basicType
Representa el valor que devolvería Range.valueTypes para una celda con este valor.
basicType?: RangeValueType.error | "Error";
Valor de propiedad
error | "Error"
Comentarios
basicValue
Representa el valor que devolvería Range.values para una celda con este valor. Cuando se accede a ella a través de una valuesAsJson propiedad, este valor de cadena se alinea con la configuración regional en-US. Cuando se accede a través de una valuesAsJsonLocal propiedad, este valor de cadena se alinea con la configuración regional de presentación del usuario.
basicValue?: "#VALUE!" | string;
Valor de propiedad
"#VALUE!" | string
Comentarios
errorSubType
Representa el tipo de ValueErrorCellValue.
errorSubType?: ValueErrorCellValueSubType | "Unknown" | "VlookupColumnIndexLessThanOne" | "VlookupResultNotFound" | "HlookupRowIndexLessThanOne" | "HlookupResultNotFound" | "CoerceStringToNumberInvalid" | "CoerceStringToBoolInvalid" | "CoerceStringToInvalidType" | "SubArrayStartRowMissingEndRowNot" | "SubArrayStartColumnMissingEndColumnNot" | "InvalidImageUrl" | "StockHistoryNonTradingDays" | "StockHistoryNotAStock" | "StockHistoryInvalidDate" | "StockHistoryEndBeforeStart" | "StockHistoryStartInFuture" | "StockHistoryInvalidEnum" | "StockHistoryOnlyDateRequested" | "StockHistoryNotFound" | "LambdaWrongParamCount";
Valor de propiedad
Excel.ValueErrorCellValueSubType | "Unknown" | "VlookupColumnIndexLessThanOne" | "VlookupResultNotFound" | "HlookupRowIndexLessThanOne" | "HlookupResultNotFound" | "CoerceStringToNumberInvalid" | "CoerceStringToBoolInvalid" | "CoerceStringToInvalidType" | "SubArrayStartRowMissingEndRowNot" | "SubArrayStartColumnMissingEndColumnNot" | "InvalidImageUrl" | "StockHistoryNonTradingDays" | "StockHistoryNotAStock" | "StockHistoryInvalidDate" | "StockHistoryEndBeforeStart" | "StockHistoryStartInFuture" | "StockHistoryInvalidEnum" | "StockHistoryOnlyDateRequested" | "StockHistoryNotFound" | "LambdaWrongParamCount"
Comentarios
errorType
Representa el tipo de ErrorCellValue.
errorType?: ErrorCellValueType.value | "Value";
Valor de propiedad
value | "Value"
Comentarios
type
Representa el tipo de este valor de celda.
type: CellValueType.error | "Error";
Valor de propiedad
error | "Error"