CellRecord
Visão geral
CellRecord é uma classe no Aspose.Cells FOSS para Java.
Representa um registro de célula no arquivo Excel.
Propriedades
| Nome | Tipo | Acesso | Descrição |
|---|---|---|---|
value | Object | Leitura | Retorna o valor. |
kind | CellValueKind | Leitura | Retorna o tipo. |
formula | String | Leitura | Retorna a fórmula. |
style | StyleValue | Leitura | Retorna o estilo. |
isExplicitlyStored | boolean | Leitura | Retorna o explicitamente armazenado. |
Métodos
| Assinatura | Descrição |
|---|---|
CellRecord() | Inicializa uma nova instância de CellRecord. |
getValue() → Object | Retorna o valor. |
setValue(value: Object) | Define o valor. |
getKind() → CellValueKind | Retorna o tipo. |
setKind(kind: CellValueKind) | Define o tipo. |
getFormula() → String | Retorna a fórmula. |
setFormula(formula: String) | Define a fórmula. |
getStyle() → StyleValue | Retorna o estilo. |
setStyle(style: StyleValue) | Define o estilo. |
getIsExplicitlyStored() → boolean | Retorna o explicitamente armazenado. |
setIsExplicitlyStored(isExplicitlyStored: boolean) | Define o explicitamente armazenado. |