[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DataImportResult

Class DataImportResult

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Contains information of imported range.

public class DataImportResult
Inheritance
DataImportResult
Inherited Members

Properties

ColumnsImported

How many columns were imported to the specified location.

public int ColumnsImported { get; }

Property Value

int

RowsImported

How many rows were imported to the specified location.

public int RowsImported { get; }

Property Value

int