[]
        
(Showing Draft Content)

DataImportResult

Class DataImportResult

java.lang.Object
com.grapecity.documents.excel.DataImportResult

public final class DataImportResult extends Object
Contains information of imported range.
  • 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.