API Reference

Class

ExcelQueryExecutionResult

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

Tabular rows returned by a caller-owned query host.

Inheritance

  • Object
  • ExcelQueryExecutionResult

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

Constructors

public ExcelQueryExecutionResult(IReadOnlyList<String> columnNames, IEnumerable<IReadOnlyList<Object>> rows) #

Creates a tabular query result.

Parameters

columnNames System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 0
rows System.Collections.Generic.IEnumerable{System.Collections.Generic.IReadOnlyList{System.Object}} requiredposition: 1

Properties

public IReadOnlyList<String> ColumnNames { get; } #

Ordered result column names.

public IEnumerable<IReadOnlyList<Object>> Rows { get; } #

Lazily enumerable rows. OfficeIMO stops enumeration at the configured budget.