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

オブジェクト修飾子なしで使用する場合、このプロパティは Microsoft Office Excel アプリケーションを _Application 表すオブジェクトを返します。 オブジェクト修飾子と共に使用すると、このプロパティは指定したオブジェクトの作成者を返します。 読み取り専用です。

Count

コレクション内にあるオブジェクトの数を取得します。 読み取り専用です。

Creator

このオブジェクトが作成されたアプリケーションを示す 32 ビット 整数 を返します。 読み取り専用です。

Item[Object]

ブック内の Range 項目の範囲を表す オブジェクトを返します。 読み取り専用です。

Parent

指定したオブジェクトの親を返します。 読み取り専用です。

メソッド

GetEnumerator()

オブジェクトの Range コレクション。

適用対象