JsonUtility.ImportData
JsonUtility.ImportData method
Import the json string.
public static int[] ImportData(string json, Cells cells, int row, int column,
JsonLayoutOptions option)
Parameter | Type | Description |
---|---|---|
json | String | The json string. |
cells | Cells | The Cells. |
row | Int32 | The row index. |
column | Int32 | The column index. |
option | JsonLayoutOptions | The options of import json string. |
See Also
- class Cells
- class JsonLayoutOptions
- class JsonUtility
- namespace Aspose.Cells.Utility
- assembly Aspose.Cells