API Reference

Class

ExcelQueryExecutionPolicy

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Modifiers sealed

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

Accepted by parameters

Constructors

public ExcelQueryExecutionPolicy() #

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.