Aspose::Cells::CellsHelper::RowNameToIndex method

CellsHelper::RowNameToIndex(const U16String&) method

Gets row index according to row name.

static int32_t Aspose::Cells::CellsHelper::RowNameToIndex(const U16String &rowName)
ParameterTypeDescription
rowNameconst U16String&Row name.

ReturnValue

Row index.

See Also

CellsHelper::RowNameToIndex(const char16_t*) method

Gets row index according to row name.

static int32_t Aspose::Cells::CellsHelper::RowNameToIndex(const char16_t *rowName)
ParameterTypeDescription
rowNameconst char16_t*Row name.

ReturnValue

Row index.

See Also