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