PropertyCollection{/PLANKER:}Vyzerá to ako...
Prehľad
CellAddress je štruktúra v Aspose.Cells pre NET. dedičstvo od: IEquatable<CellAddress>.
CellAddress.CellAddress creates a new address from the given row and column indices.
Vlastnosti
| Názov: | Typ: | Prístup | Opis: |
|---|---|---|---|
RowIndex | int | Čítajte si . | Získa index riadkov na základe nuly adresy bunky. |
ColumnIndex | int | Čítajte si . | Získa index stĺpca s nulovou základňou adresy bunky. |
Metódy
| Podpis | Opis: |
|---|---|
CellAddress(rowIndex: int, columnIndex: int) | Vytvára novú adresu z uvedených indexov riadkov a stĺpcov . |
Parse(cellReference: string) | Parserová reťaz A1 typu bunky do CellAddress |
Equals(other: CellAddress) | Určuje, či je daný objekt CellAddress rovný tejto príležitosti. |
Equals(obj: object?) | |
GetHashCode() | Vráti hash kód odvodený z indexov riadkov a stĺpcov. |
ToString() | Vráti adresu formátovanú ako reťaz A1 štýlu. |