Ranges Interface

Definition

A collection of Range objects.

public interface class Ranges : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000244A0-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Ranges : System.Collections.IEnumerable
Public Interface Ranges
Implements IEnumerable
Attributes
Implements

Properties

_Default[Object]
Application

When used without an object qualifier, this property returns an _Application object that represents the Microsoft Office Excel application. When used with an object qualifier, this property returns the creator of the specified object. Read-only.

Count

Returns the number of objects in the collection. Read-only.

Creator

Returns a 32-bit Integer that indicates the application in which this object was created. Read-only.

Item[Object]

Returns a Range object that represents a range of items in a workbook. Read-only.

Parent

Returns the parent of the specified object. Read-only.

Methods

GetEnumerator()

Applies to