[]
Contains information of imported range.
public class DataImportResult
How many columns were imported to the specified location.
public int ColumnsImported { get; }
How many rows were imported to the specified location.
public int RowsImported { get; }