XmlMappedRange.GetEnumerator Method

Gets an enumerator that can be used to iterate over an XmlMappedRange control.

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

Syntax

'Declaration
Function GetEnumerator As IEnumerator
IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate over an XmlMappedRange control.

Remarks

Because the XmlMappedRange corresponds to only one cell, this method returns an enumerator that can only iterate over one cell.

.NET Framework Security

See Also

Reference

XmlMappedRange Interface

Microsoft.Office.Tools.Excel Namespace