CellAddress

CellAddress

Pregled

CellAddress je klasa u Aspose.Cells FOSS za Java.

Predstavlja adresu ćelije sa indeksima reda i kolone.

Svojstva

ImeTipPristupOpis
rowIndexintČitanjeVraća indeks reda počevši od nule.
columnIndexintČitanjeVraća indeks kolone počevši od nule.

Metode

PotpisOpis
CellAddress(rowIndex: int, columnIndex: int)Kreira novu CellAddress sa navedenim indeksima reda i kolone.
getRowIndex()intVraća indeks reda počevši od nule.
getColumnIndex()intVraća indeks kolone počevši od nule.
parse(cellReference: String)CellAddressParsira string reference ćelije (npr. „A1“, „Z100“) u CellAddress.
equals(obj: Object)booleanUpoređuje ovu instancu sa pruženom vrednošću.
hashCode()intUkazuje da li ova instanca ima h code.
toString()StringVraća string reprezentaciju ove instance.
 Српски