ImportData
JsonUtility.ImportData method
导入json字符串。
public static int[] ImportData(string json, Cells cells, int row, int column,
JsonLayoutOptions option)
范围 | 类型 | 描述 |
---|---|---|
json | String | json 字符串。 |
cells | Cells | 细胞。 |
row | Int32 | 行索引。 |
column | Int32 | 列索引。 |
option | JsonLayoutOptions | 导入 json 字符串的选项。 |
也可以看看
- class Cells
- class JsonLayoutOptions
- class JsonUtility
- 命名空间 Aspose.Cells.Utility
- 部件 Aspose.Cells