Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
When you only need to manipulate some data on the rows or columns, you need to know the data range of rows and columns. Aspose.Cells for Node.js via C++ offers this feature. To obtain the maximum column index on a row, you can obtain the Row.getLastCell() and Row.getLastDataCell() methods, and then use the Cell.getColumn() method to obtain the maximum column index and maximum data column index. But in order to obtain the maximum row index and maximum row data index on a column, you need to create a range on the column, then traverse the range to find the last cell, and finally call the Cell.getRow() method on the cell.
Aspose.Cells for Node.js via C++ provides the following properties and methods to help you achieve your goals.
This example shows how to:
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.