Ranges 接口

定义

对象的集合 Range

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
属性
实现

属性

_Default[Object]

对象的集合 Range

Application

在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 与对象限定符一起使用时,此属性返回指定对象的创建者。 此为只读属性。

Count

返回集合中的对象数目。 此为只读属性。

Creator

返回一个 32 位 Integer ,指示创建此对象时所使用的应用程序。 此为只读属性。

Item[Object]

返回一个 Range 对象,该对象代表工作簿中的项目范围。 此为只读属性。

Parent

返回指定对象的父级。 此为只读属性。

方法

GetEnumerator()

对象的集合 Range

适用于