PowerTools SPREAD for Windows Forms 8.0J
GetCelAggregationType メソッド (AggregationDataModel)


モデル内のセルの行インデックス
モデル内のセルの列インデックス
指定した行と列にあるセルの数式を取得します。
構文
'Declaration
 
Public Function GetCelAggregationType( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As AggregationType
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim value As AggregationType
 
value = instance.GetCelAggregationType(row, col)
public AggregationType GetCelAggregationType( 
   int row,
   int col
)

パラメータ

row
モデル内のセルの行インデックス
col
モデル内のセルの列インデックス

戻り値の型

セルの数式
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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