API Reference
Class
ExcelDataSetImportResult
Describes a worksheet created while importing a DataSet.
Inheritance
- Object
- ExcelDataSetImportResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ExcelDocument.InsertDataSet
- Method ExcelDocument.WriteDataSet
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SheetName { get; } #Worksheet name used for the imported table.
public String TableName { get; } #Actual Excel table name, when a table was created.
public String Range { get; } #A1 range occupied by the imported data, or an empty string when no worksheet cells were written.
public Int32 RowCount { get; } #Number of source data rows imported.
public Int32 ColumnCount { get; } #Number of source columns imported.