Aspose::Cells::CellsHelper::CellIndexToName method
CellsHelper::CellIndexToName method
Gets cell name according to its row and column indexes.
static U16String Aspose::Cells::CellsHelper::CellIndexToName(int32_t row, int32_t column)
Parameter | Type | Description |
---|---|---|
row | int32_t | Row index. |
column | int32_t | Column index. |
ReturnValue
Name of cell.
See Also
- Class U16String
- Class Vector
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++