CellRecord
Visió general
CellRecord és una classe a Aspose.Cells FOSS per a Java.
Representa un registre de cel·la al fitxer Excel.
Propietats
| Nom | Tipus | Accés | Descripció |
|---|---|---|---|
value | Object | Lectura | Retorna el valor. |
kind | CellValueKind | Lectura | Retorna el tipus. |
formula | String | Lectura | Retorna la fórmula. |
style | StyleValue | Lectura | Retorna l’estil. |
isExplicitlyStored | boolean | Lectura | Retorna l’emmagatzemat explícitament. |
Mètodes
| Signatura | Descripció |
|---|---|
CellRecord() | Inicialitza una nova instància de CellRecord. |
getValue() → Object | Retorna el valor. |
setValue(value: Object) | Estableix el valor. |
getKind() → CellValueKind | Retorna el tipus. |
setKind(kind: CellValueKind) | Estableix el tipus. |
getFormula() → String | Retorna la fórmula. |
setFormula(formula: String) | Estableix la fórmula. |
getStyle() → StyleValue | Retorna l’estil. |
setStyle(style: StyleValue) | Estableix l’estil. |
getIsExplicitlyStored() → boolean | Retorna l’emmagatzemat explícitament. |
setIsExplicitlyStored(isExplicitlyStored: boolean) | Estableix l’emmagatzemat explícitament. |