API Reference
Class
ExcelQueryExecutionResult
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}
- rows System.Collections.Generic.IEnumerable{System.Collections.Generic.IReadOnlyList{System.Object}}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object