MergeRegion
Overview
MergeRegion เป็นคลาสใน Aspose.Cells FOSS สําหรับ Java.
แสดงให้เห็นภูมิภาครวมในตารางงาน Excel.
หมวดนี้ให้ 5 วิธีในการทํางานกับวัตถุ MergeRegion ในโปรแกรม Java. วิธีการที่ใช้ได้แก่: MergeRegion, getFirstColumn, getFirstRow, getTotalColumns, getTotalRows. สมาชิกที่ส่งออกทั้งหมดสามารถเข้าถึงการใช้งาน Java ใดก็ได้หลังจากติดตั้งแพ็คเกจ Aspose.Cells FOSS for Java. คุณสมบัติ: firstColumn, firstRow, totalColumns, totalRows.
Description
MergeRegion เป็นคลาสในห้องสมุด Aspose.Cells FOSS สําหรับ Java ที่เปิดเผย 4 วิธีและ 4 คุณลักษณะสําหรับการใช้งานโปรแกรม.
กลุ่มนี้ยังให้บริการที่ firstRow property (คืนแถวแรก) firstColumn property (คืนคอลัมน์แรก) totalRows property (คืนจํานวนแถวทั้งหมด).
อินสแตนส์ถูกสร้างผ่านคอนструкเตอร์เดียว ที่เริ่มต้นวัตถุด้วยค่าตั้งค่า.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
firstRow | int | Read | กลับแถวแรก. |
firstColumn | int | Read | กลับคอลัมน์แรก. |
totalRows | int | Read | กลับจํานวนแถวทั้งหมด. |
totalColumns | int | Read | กลับจํานวนคอลัมน์ทั้งหมด. |
Methods
| Signature | Description |
|---|---|
MergeRegion(firstRow: int, firstColumn: int, totalRows: int, totalColumns: int) | เริ่มต้นตัวอย่างใหม่ MergeRegion. |
getFirstRow() → int | กลับแถวแรก. |
getFirstColumn() → int | กลับคอลัมน์แรก. |
getTotalRows() → int | กลับจํานวนแถวทั้งหมด. |
getTotalColumns() → int | กลับจํานวนคอลัมน์ทั้งหมด. |