CellRecord
Vue de l’ensemble
‘CellRecord’ est une classe dans Aspose.Cells FOSS pour C++.
Il représente le record cellulaire.
Cette classe fournit 15 méthodes pour travailler avec des objets CellRecord dans les programmes C++. Les méthodologies disponibles comprennent: ‘CellRecorde’, ‘Style de cellule’, ‘Syle d’actif’, ‘GetFormula’, GetsExplicitlyStored', ’GETKind', ‚GetaValue', ''SetFormulaire', ‘’SetIsExplicationlyStored',''SetKinder',’’SetStile et 2 méthode supplémentaires. Tous les membres publics sont accessibles à toute application C ++ après l’installation de l’Aspose.Cells FOSS pour le package C+.
Méthodes accessorielles
| Name | Type | Access | Description |
|---|---|---|---|
CellValue | CellValue | Read | Gets the cell value. |
CellValueKind | CellValueKind | Read | Gets the cell value kind. |
StyleValue | StyleValue | Read | Gets the style value. |
méthodes
| Signature | Description |
|---|---|
CellValue() → CellValue | Gets or sets the value. |
CellValueKind() → CellValueKind | Gets or sets the kind. |
StyleValue() → StyleValue | Gets or sets the style. |
CellRecord() | Initializes a new instance of the CellRecord class. |
GetValue() → CellValue | Gets or sets the value. |
SetValue(value: CellValue) | Sets the value value. |
GetKind() → CellValueKind | Gets or sets the kind. |
SetKind(value: CellValueKind) | Sets the kind value. |
GetFormula() → std::string | Gets or sets the formula. |
SetFormula(value: std::string) | Sets the formula value. |
SetFormula(value: std::string) | Sets the formula value. |
GetStyle() → StyleValue | Gets or sets the style. |
SetStyle(value: StyleValue) | Sets the style value. |
GetIsExplicitlyStored() → bool | Gets or sets a value indicating whether explicitly stored. |
SetIsExplicitlyStored(value: bool) | Sets the is explicitly stored value. |
Voir aussi
- Aspose.Cells — référence API d’entreprise