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)
Parameter | Type | Description |
---|---|---|
columnName | const U16String& | Column name. |
ReturnValue
Column index.
See Also
- Class Vector
- Class U16String
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellsHelper::ColumnNameToIndex(const char16_t*) method
Gets column index according to column name.
static int32_t Aspose::Cells::CellsHelper::ColumnNameToIndex(const char16_t *columnName)
Parameter | Type | Description |
---|---|---|
columnName | const char16_t* | Column name. |
ReturnValue
Column index.
See Also
- Class Vector
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++