CellRecord

CellRecord

Overzicht

CellRecord is een klasse in Aspose.Cells FOSS voor Java.

Stelt een celrecord in het Excel‑bestand voor.

Eigenschappen

NaamTypeToegangBeschrijving
valueObjectLezenRetourneert de waarde.
kindCellValueKindLezenRetourneert het type.
formulaStringLezenRetourneert de formule.
styleStyleValueLezenRetourneert de stijl.
isExplicitlyStoredbooleanLezenRetourneert het expliciet opgeslagen.

Methoden

HandtekeningBeschrijving
CellRecord()Initialiseert een nieuwe CellRecord‑instantie.
getValue()ObjectRetourneert de waarde.
setValue(value: Object)Stelt de waarde in.
getKind()CellValueKindRetourneert het type.
setKind(kind: CellValueKind)Stelt het type in.
getFormula()StringRetourneert de formule.
setFormula(formula: String)Stelt de formule in.
getStyle()StyleValueRetourneert de stijl.
setStyle(style: StyleValue)Stelt de stijl in.
getIsExplicitlyStored()booleanRetourneert het expliciet opgeslagen.
setIsExplicitlyStored(isExplicitlyStored: boolean)Stelt het expliciet opgeslagen in.
 Nederlands