CellAddress
Vue de l’ensemble
‘CellAddress’ est une classe dans Aspose.Cells FOSS pour C++.
Il représente l’adresse cellulaire.
Cette classe fournit 7 méthodes pour travailler avec des objets CellAddress dans les programmes C++. Les méthodologies disponibles comprennent: ‘CellAd Address’, ‘Equals’, GetColumnIndex', ‘GatHashCode’, 'GtRowIntex', ’Parse, ‘ToString’. Tous les membres publics sont accessibles à n’importe quelle application C ++ après l’installation de l’Aspose.Cells FOSS pour le package C+.
méthodes
| Signature | Description |
|---|---|
CellAddress() | Initializes a new instance of the CellAddress class. |
GetRowIndex() → int | Gets the row index. |
GetColumnIndex() → int | Gets the column index. |
Parse(cellReference: std::string_view) → CellAddress | Parses the specified value. The cell reference. The cell address. |
Equals(other: CellAddress) → bool | Determines whether the specified value is equal to the current instance. The other cell address. true if the condition is met; otherwise, false. |
GetHashCode() → int | Returns a hash code for the current instance. The hash code. |
ToString() → std::string | Returns the string representation of the current instance. The string. |
Voir aussi
- Aspose.Cells — référence API d’entreprise