ExcelXml.StrXPathQuery method (String, String)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Protected Shared Function StrXPathQuery ( _
    strElName As String, _
    strPrefix As String _
) As String
'Usage
Dim strElName As String
Dim strPrefix As String
Dim returnValue As String

returnValue = ExcelXml.StrXPathQuery(strElName, _
    strPrefix)
protected static string StrXPathQuery(
    string strElName,
    string strPrefix
)

Parameters

Return value

Type: System.String

See also

Reference

ExcelXml class

ExcelXml members

StrXPathQuery overload

Microsoft.Office.RecordsManagement.Reporting namespace