CellAddress
Pregled
CellAddress je klasa u Aspose.Cells FOSS za Java.
Predstavlja adresu ćelije sa indeksima reda i kolone.
Svojstva
| Ime | Tip | Pristup | Opis |
|---|---|---|---|
rowIndex | int | Čitanje | Vraća indeks reda počevši od nule. |
columnIndex | int | Čitanje | Vraća indeks kolone počevši od nule. |
Metode
| Potpis | Opis |
|---|---|
CellAddress(rowIndex: int, columnIndex: int) | Kreira novu CellAddress sa navedenim indeksima reda i kolone. |
getRowIndex() → int | Vraća indeks reda počevši od nule. |
getColumnIndex() → int | Vraća indeks kolone počevši od nule. |
parse(cellReference: String) → CellAddress | Parsira string reference ćelije (npr. „A1“, „Z100“) u CellAddress. |
equals(obj: Object) → boolean | Upoređuje ovu instancu sa pruženom vrednošću. |
hashCode() → int | Ukazuje da li ova instanca ima h code. |
toString() → String | Vraća string reprezentaciju ove instance. |