CellRecord
Overview
CellRecord is a class in Aspose.Cells FOSS for Java.
Represents a cell record in the Excel file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value | Object | Read | Returns the value. |
kind | CellValueKind | Read | Returns the kind. |
formula | String | Read | Returns the formula. |
style | StyleValue | Read | Returns the style. |
isExplicitlyStored | boolean | Read | Returns the explicitly stored. |
Methods
| Signature | Description |
|---|---|
CellRecord() | Initializes a new CellRecord instance. |
getValue() → Object | Returns the value. |
setValue(value: Object) | Sets the value. |
getKind() → CellValueKind | Returns the kind. |
setKind(kind: CellValueKind) | Sets the kind. |
getFormula() → String | Returns the formula. |
setFormula(formula: String) | Sets the formula. |
getStyle() → StyleValue | Returns the style. |
setStyle(style: StyleValue) | Sets the style. |
getIsExplicitlyStored() → boolean | Returns the explicitly stored. |
setIsExplicitlyStored(isExplicitlyStored: boolean) | Sets the explicitly stored. |