CellAddress

Přehled

CellAddress je struktura v Aspose.Cells pro NET. Dědici: IEquatable<CellAddress>.

CellAddress.CellAddress creates a new address from the given row and column indices.

Vlastnosti

Název:Typ:PřístupPopis:
RowIndexintČtěte.Získejte index řádku na bázi nuly adresy buňky.
ColumnIndexintČtěte.Získejte index sloupce na bázi nuly adresy buňky.

Metody

Podpis:Popis:
CellAddress(rowIndex: int, columnIndex: int)Vytvoří novou adresu z daných indexů řádků a sloupců .
Parse(cellReference: string)Prohledává referenční řetězce buňky typu A1 do instanci CellAddress
Equals(other: CellAddress)Určuje, zda je daný objekt CellAddress rovnající se této instanci.
Equals(obj: object?)
GetHashCode()Vrátí hashový kód odvozený z indexu řádku a sloupce.
ToString()Zpětná adresa formátovaná jako řetěz typu A1
 Čeština