API Reference

Class

ExcelDataReaderInsertResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

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.