Aspose::Cells::CellsHelper::ColumnNameToIndex method

CellsHelper::ColumnNameToIndex(const U16String&) method

Gets column index according to column name.

static int32_t Aspose::Cells::CellsHelper::ColumnNameToIndex(const U16String &columnName)
ParameterTypeDescription
columnNameconst U16String&Column name.

ReturnValue

Column index.

See Also

CellsHelper::ColumnNameToIndex(const char16_t*) method

Gets column index according to column name.

static int32_t Aspose::Cells::CellsHelper::ColumnNameToIndex(const char16_t *columnName)
ParameterTypeDescription
columnNameconst char16_t*Column name.

ReturnValue

Column index.

See Also