import_data Methode

import_data(json, cells, row, column, option)

Importieren Sie die JSON-Zeichenfolge.

Kehrt zurück

def import_data(self, json, cells, row, column, option):
    ...
ParameterTypBeschreibung
jsonstrDie JSON-Zeichenfolge.
cellsCellsDie Cells.
rowintDer Zeilenindex.
columnintDer Spaltenindex.
optionJsonLayoutOptionsDie Optionen zum Importieren von JSON-Strings.

Siehe auch