API Reference
Class
ExcelQueryBackedTableOptions
Options for an OfficeIMO-owned query-backed worksheet table.
Inheritance
- Object
- ExcelQueryBackedTableOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public ExcelQueryBackedTableOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ConnectionName { get; set; } #Connection name stored in the workbook.
public String CommandText { get; set; } #Opaque command text passed only to the caller-provided execution host.
public String WorksheetName { get; set; } #Destination worksheet.
public String StartCell { get; set; } #Top-left destination cell.
public IReadOnlyList<String> ColumnNames { get; set; } #Initial ordered table schema.
public String Description { get; set; } #Optional workbook connection description.
public Boolean RefreshOnOpen { get; set; } #Requests refresh-on-open metadata.