API Reference

Class

ExcelDataSetImportResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

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.