Names and Indices
Get Cell Name from Row and Column Indices
It is possible to find a cell’s name given the row and column index. This article explains how.
Aspose.Cells provides the CellsHelper_CellIndexToName method, which allows developers to get a cell’s name when they provide the row and column index.
The following sample code illustrates how to use CellsHelper_CellIndexToName to access a cell’s name given a known row and column index. The code generates the following output.
Get Row and Column Indices from Cell Name
It is possible to find the row and column indices of a cell from its name. This article explains how.
Aspose.Cells provides the CellsHelper_CellNameToIndex method, which allows developers to get the row and column indices from the cell’s name.
The following sample code illustrates how to use CellsHelper_CellNameToIndex to get the row and column indices from the cell’s name. The code generates the following output.