Aspose::Cells::CellsHelper::CellNameToIndex method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
cellName | const U16String& | Name of cell. |
row | int32_t& | Output row index |
column | int32_t& | Output column index |
See Also
- Class Vector
- Class U16String
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
Parameter | Type | Description |
---|---|---|
cellName | const char16_t* | Name of cell. |
row | int32_t& | Output row index |
column | int32_t& | Output column index |
See Also
- Class Vector
- Class CellsHelper
- Namespace Aspose::Cells
- Library Aspose.Cells for C++