API Reference
Class
ExcelQueryExecutionPolicy
Explicit security and materialization policy for caller-hosted query execution.
Inheritance
- Object
- ExcelQueryExecutionPolicy
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
- Property ExcelQueryExecutionRequest.Policy
Accepted by parameters
Constructors
public ExcelQueryExecutionPolicy() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean AllowExecution { get; set; } #Must be enabled explicitly before OfficeIMO invokes a query host.
public Boolean AllowImportedCommands { get; set; } #Allows commands read from an imported workbook to be sent to the host.
public Int32 MaximumRows { get; set; } #Maximum result rows, excluding the header row.
public Int32 MaximumColumns { get; set; } #Maximum result columns.
public Int64 MaximumCells { get; set; } #Maximum result cells.
public Int64 MaximumCharacters { get; set; } #Maximum aggregate characters in column names and string values.