CellRecord
Panoramica
CellRecord è una classe in Aspose.Cells FOSS per Java.
Rappresenta un record di cella nel file Excel.
Proprietà
| Nome | Tipo | Accesso | Descrizione |
|---|---|---|---|
value | Object | Lettura | Restituisce il valore. |
kind | CellValueKind | Lettura | Restituisce il tipo. |
formula | String | Lettura | Restituisce la formula. |
style | StyleValue | Lettura | Restituisce lo stile. |
isExplicitlyStored | boolean | Lettura | Restituisce il valore memorizzato esplicitamente. |
Metodi
| Firma | Descrizione |
|---|---|
CellRecord() | Inizializza una nuova istanza di CellRecord. |
getValue() → Object | Restituisce il valore. |
setValue(value: Object) | Imposta il valore. |
getKind() → CellValueKind | Restituisce il tipo. |
setKind(kind: CellValueKind) | Imposta il tipo. |
getFormula() → String | Restituisce la formula. |
setFormula(formula: String) | Imposta la formula. |
getStyle() → StyleValue | Restituisce lo stile. |
setStyle(style: StyleValue) | Imposta lo stile. |
getIsExplicitlyStored() → boolean | Restituisce il valore memorizzato esplicitamente. |
setIsExplicitlyStored(isExplicitlyStored: boolean) | Imposta il valore memorizzato esplicitamente. |