Share via


_Workbook.Research Property

Returns a Research object that represents the research service for a workbook. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Research As Research
    Get
'Usage
Dim instance As _Workbook
Dim value As Research

value = instance.Research
Research Research { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Research
Research

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace