Aspose::Cells::Utility::JsonUtility::ImportData method
Contents
[
Hide
]JsonUtility::ImportData(const U16String&, const Cells&, int32_t, int32_t, const JsonLayoutOptions&) method
Import the json string.
static Vector<int32_t> Aspose::Cells::Utility::JsonUtility::ImportData(const U16String &json, const Cells &cells, int32_t row, int32_t column, const JsonLayoutOptions &option)
Parameter | Type | Description |
---|---|---|
json | const U16String& | The json string. |
cells | const Cells& | The Cells. |
row | int32_t | The row index. |
column | int32_t | The column index. |
option | const JsonLayoutOptions& | The options of import json string. |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class Cells
- Class JsonLayoutOptions
- Class JsonUtility
- Namespace Aspose::Cells::Utility
- Library Aspose.Cells for C++
JsonUtility::ImportData(const char16_t*, const Cells&, int32_t, int32_t, const JsonLayoutOptions&) method
Import the json string.
static Vector<int32_t> Aspose::Cells::Utility::JsonUtility::ImportData(const char16_t *json, const Cells &cells, int32_t row, int32_t column, const JsonLayoutOptions &option)
Parameter | Type | Description |
---|---|---|
json | const char16_t* | The json string. |
cells | const Cells& | The Cells. |
row | int32_t | The row index. |
column | int32_t | The column index. |
option | const JsonLayoutOptions& | The options of import json string. |
ReturnValue
See Also
- Class Vector
- Class Cells
- Class JsonLayoutOptions
- Class JsonUtility
- Namespace Aspose::Cells::Utility
- Library Aspose.Cells for C++