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)
ParameterTypeDescription
rowint32_tRow index.
columnint32_tColumn index.

ReturnValue

Name of cell.

See Also