IXPath.SetValue Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub SetValue ( _
Map As XmlMap, _
XPath As String, _
SelectionNamespace As Object, _
Repeating As Object _
)
'Usage
Dim instance As IXPath
Dim Map As XmlMap
Dim XPath As String
Dim SelectionNamespace As Object
Dim Repeating As Object
instance.SetValue(Map, XPath, SelectionNamespace, _
Repeating)
void SetValue(
XmlMap Map,
string XPath,
Object SelectionNamespace,
Object Repeating
)
Parameters
- Map
Type: Microsoft.Office.Interop.Excel.XmlMap
- XPath
Type: System.String
- SelectionNamespace
Type: System.Object
- Repeating
Type: System.Object