CalcEngine for .NET
GetValue メソッド (VBAEngine)

C1.CalcEngine アセンブリ > C1.CalcEngine.VBAEngine 名前空間 > VBAEngine クラス : GetValue メソッド
データソースのプロパティ名。
データソースから 1 つの値を取得します。
シンタックス
'宣言
 
Public Overrides Function GetValue( _
   ByVal bindingPath As System.Collections.Generic.IEnumerable(Of Object) _
) As System.Object
public override System.object GetValue( 
   System.Collections.Generic.IEnumerable<object> bindingPath
)

パラメータ

bindingPath
データソースのプロパティ名。
解説
MyObjet.Data.Year の場合は {"Data", "Year"} を使用します。
参照

VBAEngine クラス
VBAEngine メンバ