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


セルの行インデックス
セルの列インデックス
数式タイプ
指定した行と列にあるセルの数式を設定します。
構文
'Declaration
 
Public Sub SetCellAggregationType( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal aggType As AggregationType _
) 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim aggType As AggregationType
 
instance.SetCellAggregationType(row, col, aggType)
public void SetCellAggregationType( 
   int row,
   int col,
   AggregationType aggType
)

パラメータ

row
セルの行インデックス
col
セルの列インデックス
aggType
数式タイプ
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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