API Reference
Class
ExcelDataReaderInsertResult
Describes rows inserted into a worksheet from an IDataReader.
Inheritance
- Object
- ExcelDataReaderInsertResult
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SheetName { get; } #Gets the worksheet containing the inserted rows.
public String TableName { get; } #Gets the actual Excel table name, when a table was created.
public String Range { get; } #Gets the occupied A1 range, or an empty string when no cells were written.
public Int32 RowCount { get; } #Gets the number of source data rows inserted.
public Int32 ColumnCount { get; } #Gets the number of source columns inserted.