CellArea
अवलोकन
CellArea यह जावा के लिए Aspose.Cells FOSS में एक कक्षा है।.
एक सेल क्षेत्र का प्रतिनिधित्व करता है जिसमें पंक्ति और स्तंभ सीमाएं होती हैं।.
इस कक्षा में जावा प्रोग्रामों में CellArea वस्तुओं के साथ काम करने के लिए 8 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: CellArea, createCellArea, equals, getFirstColumn, getFirstRow, getTotalColumns, getTotalRows, hashCode. सभी निर्यात सदस्य किसी भी जावा अनुप्रयोग के लिए उपलब्ध हैं Aspose.Cells FOSS स्थापित करने के बाद जावे पैकेज।. संपत्ति : firstColumn, firstRow, totalColumns, totalRows.
विवरण
CellArea जावा के लिए Aspose.Cells FOSS लाइब्रेरी में एक वर्ग है जो प्रोग्रामिंग उपयोग के 8 तरीकों और 4 गुणों को प्रस्तुत करता है।.
कक्षा में भी प्रदान की जाती है firstRow पहला (पहले) रिकॉर्ड वापस लेता है, जो कि firstColumn पहला स्थान (पहले स्थान पर) वापस लौटता है। totalRows संपत्ति (सभी पंक्तियों को वापस लाता है)।.
इंटेंस एक ही निर्माता के माध्यम से बनाए जाते हैं जो डिफ़ॉल्ट मूल्यों के साथ वस्तु को प्रारंभ करता है।.
गुण
| Name | Type | Access | Description |
|---|---|---|---|
firstRow | int | Read | पहली पंक्ति वापस आती है।. |
firstColumn | int | Read | पहले स्तंभ को वापस लाएं।. |
totalRows | int | Read | कुल लाइनों को वापस कर दिया।. |
totalColumns | int | Read | कुल स्तंभों को वापस कर दें।. |
विधियाँ
| Signature | Description |
|---|---|
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 बनाता है।. |
equals(obj: Object) → boolean | |
hashCode() → int | |
createCellArea(startCellName: String, endCellName: String) → CellArea | प्रारंभ और अंत सेल नामों (उदाहरण के लिए, “A1”, “B2”) से एक CellArea बनाता है।. |