IResearch.IsResearchService Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function IsResearchService ( _
ServiceID As String _
) As Boolean
'Usage
Dim instance As IResearch
Dim ServiceID As String
Dim returnValue As Boolean
returnValue = instance.IsResearchService(ServiceID)
bool IsResearchService(
string ServiceID
)
Parameters
- ServiceID
Type: System.String
Return Value
Type: System.Boolean