Range.Dependents プロパティ

定義

Rangeセルのすべての依存を含む範囲を表す オブジェクトを返します。

public:
 property Microsoft::Office::Interop::Excel::Range ^ Dependents { Microsoft::Office::Interop::Excel::Range ^ get(); };
public Microsoft.Office.Interop.Excel.Range Dependents { get; }
Public ReadOnly Property Dependents As Range

プロパティ値

注釈

複数の依存がある場合は、複数選択 ( Range オブジェクトの和集合) を指定できます。

Dependents プロパティはアクティブ シートでのみ実行され、リモート参照をトレースできないことに注意してください。

適用対象