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 संपत्ति (सभी पंक्तियों को वापस लाता है)।.

इंटेंस एक ही निर्माता के माध्यम से बनाए जाते हैं जो डिफ़ॉल्ट मूल्यों के साथ वस्तु को प्रारंभ करता है।.

गुण

NameTypeAccessDescription
firstRowintReadपहली पंक्ति वापस आती है।.
firstColumnintReadपहले स्तंभ को वापस लाएं।.
totalRowsintReadकुल लाइनों को वापस कर दिया।.
totalColumnsintReadकुल स्तंभों को वापस कर दें।.

विधियाँ

SignatureDescription
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 बनाता है।.

यह भी देखें

 हिन्दी