Class DataImportResult
public final class DataImportResult
extends Object
Contains information of imported range.
-
Constructor Summary
Constructors
-
Method Summary
int
How many columns were imported to the specified location.
int
How many rows were imported to the specified location.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DataImportResult
public DataImportResult()
-
Method Details
-
getRowsImported
public int getRowsImported()
How many rows were imported to the specified location.
-
getColumnsImported
public int getColumnsImported()
How many columns were imported to the specified location.