CellRecord

Visió general

CellRecord és una classe a Aspose.Cells FOSS per a Java.

Representa un registre de cel·la al fitxer Excel.

Propietats

NomTipusAccésDescripció
valueObjectLecturaRetorna el valor.
kindCellValueKindLecturaRetorna el tipus.
formulaStringLecturaRetorna la fórmula.
styleStyleValueLecturaRetorna l’estil.
isExplicitlyStoredbooleanLecturaRetorna l’emmagatzemat explícitament.

Mètodes

SignaturaDescripció
CellRecord()Inicialitza una nova instància de CellRecord.
getValue()ObjectRetorna el valor.
setValue(value: Object)Estableix el valor.
getKind()CellValueKindRetorna el tipus.
setKind(kind: CellValueKind)Estableix el tipus.
getFormula()StringRetorna la fórmula.
setFormula(formula: String)Estableix la fórmula.
getStyle()StyleValueRetorna l’estil.
setStyle(style: StyleValue)Estableix l’estil.
getIsExplicitlyStored()booleanRetorna l’emmagatzemat explícitament.
setIsExplicitlyStored(isExplicitlyStored: boolean)Estableix l’emmagatzemat explícitament.
 Català