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

C1.CalcEngine アセンブリ > C1.CalcEngine.ExcelEngine 名前空間 > ExcelEngine クラス : GetValue メソッド
2 つの引数(シート名と範囲)が含まれます。
データソースから 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
2 つの引数(シート名と範囲)が含まれます。
参照

ExcelEngine クラス
ExcelEngine メンバ