XmlMappedRange Class (2007 System)
An XMLMappedRange control is a range that is created when a non-repeating schema element is mapped onto a cell.
Namespace: Microsoft.Office.Tools.Excel
Assembly: Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)
Syntax
'Declaration
<DefaultBindingPropertyAttribute("Value2")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class XmlMappedRange _
Inherits RemoteBindableComponent _
Implements ISupportInitializeControl, ISupportInitialize
'Usage
Dim instance As XmlMappedRange
[DefaultBindingPropertyAttribute("Value2")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class XmlMappedRange : RemoteBindableComponent,
ISupportInitializeControl, ISupportInitialize
[DefaultBindingPropertyAttribute(L"Value2")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class XmlMappedRange sealed : public RemoteBindableComponent,
ISupportInitializeControl, ISupportInitialize
public final class XmlMappedRange extends RemoteBindableComponent implements ISupportInitializeControl, ISupportInitialize
Remarks
The XMLMappedRange control only supports binding to a single data field (simple data binding).
A non-repeating schema element is one in which the maxOccurs attribute equals one.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Office.RemoteComponent
Microsoft.VisualStudio.Tools.Office.RemoteBindableComponent
Microsoft.Office.Tools.Excel.XmlMappedRange
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.