Package com.grapecity.documents.excel
Class DataImportResult
java.lang.Object
com.grapecity.documents.excel.DataImportResult
Contains information of imported range.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintHow many columns were imported to the specified location.intHow many rows were imported to the specified location.
-
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.
-