XmlMappedRange Constructor (IHostItemProvider, IRuntimeServiceProvider, String, Object, String) (2003 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Sub New ( _
    hostItemProvider As IHostItemProvider, _
    runtimeServiceProvider As IRuntimeServiceProvider, _
    primaryCookie As String, _
    container As Object, _
    identifier As String _
)
'Usage
Dim hostItemProvider As IHostItemProvider
Dim runtimeServiceProvider As IRuntimeServiceProvider
Dim primaryCookie As String
Dim container As Object
Dim identifier As String

Dim instance As New XmlMappedRange(hostItemProvider, _
    runtimeServiceProvider, primaryCookie, _
    container, identifier)
public XmlMappedRange(
    IHostItemProvider hostItemProvider,
    IRuntimeServiceProvider runtimeServiceProvider,
    string primaryCookie,
    Object container,
    string identifier
)

Parameters

Remarks

XmlMappedRange controls cannot be created programmatically. For information, see How to: Add XMLMappedRange Controls to Worksheets.

Permissions

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

XmlMappedRange Overload

Microsoft.Office.Tools.Excel Namespace