CellArea
סקירה
CellArea היא מחלקה ב‑Aspose.Cells FOSS עבור Java.
מייצג אזור תאים עם גבולות שורה ועמודה.
מאפיינים
| שם | סוג | גישה | תיאור |
|---|---|---|---|
firstRow | int | קריאה | מחזיר את השורה הראשונה. |
firstColumn | int | קריאה | מחזיר את העמודה הראשונה. |
totalRows | int | קריאה | מחזיר את סך כל השורות. |
totalColumns | int | קריאה | מחזיר את סך כל העמודות. |
שיטות
| חתימה | תיאור |
|---|---|
CellArea(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | יוצר CellArea חדש עם הגבולות שצוינו. |
getFirstRow() → int | מחזיר את השורה הראשונה. |
getFirstColumn() → int | מחזיר את העמודה הראשונה. |
getTotalRows() → int | מחזיר את סך כל השורות. |
getTotalColumns() → int | מחזיר את סך כל העמודות. |
createCellArea(startRow: int, startColumn: int, endRow: int, endColumn: int) → CellArea | יוצר CellArea מקואורדינטות התא ההתחלתי והסופי. |
createCellArea(startCellName: String, endCellName: String) → CellArea | יוצר CellArea משמות התא ההתחלתי והסופי (למשל, “A1”, “B2”). |