ImportData

JsonUtility.ImportData method

Importez la chaîne json.

public static int[] ImportData(string json, Cells cells, int row, int column, 
    JsonLayoutOptions option)
ParamètreTaperLa description
jsonStringLa chaîne json.
cellsCellsLes Cellules.
rowInt32L’index de ligne.
columnInt32L’indice de colonne.
optionJsonLayoutOptionsLes options d’importation de chaîne json.

Voir également