API Reference

Class

ExcelQueryBackedTableInfo

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Native query-backed table binding.

Inheritance

  • Object
  • ExcelQueryBackedTableInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public UInt32 ConnectionId { get; } #

Workbook connection identifier.

public String ConnectionName { get; } #

Workbook connection name.

public String CommandText { get; } #

Opaque connection command text.

public String WorksheetName { get; } #

Destination worksheet.

public String TableName { get; } #

Destination table.

public String Range { get; } #

Current table range.

public Boolean IsImported { get; } #

True when this binding was loaded rather than authored in this document session.