PowerTools SPREAD for Windows Forms 8.0J
DependentObjects プロパティ


依存式コンシューマオブジェクトのディクショナリーを取得します。各依存式コンシューマオブジェクトは、そのオブジェクトの数式がセル範囲内のセルまたはテーブルを参照しているかどうかを示すブール値の配列を持ちます。
構文
'Declaration
 
Public ReadOnly Property DependentObjects As Dictionary(Of IExpressionConsumer,Boolean())
'使用法
 
Dim instance As FormulaDependentInfos
Dim value As Dictionary(Of IExpressionConsumer,Boolean())
 
value = instance.DependentObjects
public Dictionary<IExpressionConsumer,bool[]> DependentObjects {get;}
参照

FormulaDependentInfos クラス
FormulaDependentInfos メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.