Aspose::Cells::CellsHelper::CellNameToIndex method

CellsHelper::CellNameToIndex(const U16String&, int32_t&, int32_t&) method

Gets the cell row and column indexes according to its name.

static void Aspose::Cells::CellsHelper::CellNameToIndex(const U16String &cellName, int32_t &row, int32_t &column)
ParameterTypeDescription
cellNameconst U16String&Name of cell.
rowint32_t&Output row index
columnint32_t&Output column index

See Also

CellsHelper::CellNameToIndex(const char16_t*, int32_t&, int32_t&) method

Gets the cell row and column indexes according to its name.

static void Aspose::Cells::CellsHelper::CellNameToIndex(const char16_t *cellName, int32_t &row, int32_t &column)
ParameterTypeDescription
cellNameconst char16_t*Name of cell.
rowint32_t&Output row index
columnint32_t&Output column index

See Also