CellArea

CellArea

סקירה

CellArea היא מחלקה ב‑Aspose.Cells FOSS עבור Java.

מייצג אזור תאים עם גבולות שורה ועמודה.

מאפיינים

שםסוגגישהתיאור
firstRowintקריאהמחזיר את השורה הראשונה.
firstColumnintקריאהמחזיר את העמודה הראשונה.
totalRowsintקריאהמחזיר את סך כל השורות.
totalColumnsintקריאהמחזיר את סך כל העמודות.

שיטות

חתימהתיאור
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”).
 עברית