Research Interface

Definition

Represents the controls of a Research query.

public interface class Research
[System.Runtime.InteropServices.Guid("000244AC-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Research
Public Interface Research
Attributes

Remarks

When working with Research queries, you must have an existing GUID that corresponds to a live data source. If the data source is unavailable or does not exist, a run-time error occurs.

Properties

Application

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns an Application object representing the creator of the specified object. Read-only.

Creator

Returns a 32-bit Integer that indicates the application in which this object was created. Read-only.

Parent

Returns the parent for the specified object. Read-only.

Methods

IsResearchService(String)

Indicates whether the GUID specified in the ServiceID parameter corresponds to a currently configured service.

Query(String, Object, Object, Object, Object)

Specifies a research query.

SetLanguagePair(Int32, Int32)

Sets the languages for the translation service.

Applies to