PowerTools SPREAD for Windows Forms 8.0J
SetAggregationType メソッド (DefaultSheetDataModel)


列インデックス
設定する AggregationType(列挙体値)
指定した列のAggregationTypeを列挙値として設定します。nullを渡した場合、その列からAggregationTypeが削除されます。
構文
'Declaration
 
Public Sub SetAggregationType( _
   ByVal column As Integer, _
   ByVal value As AggregationType _
) 
'使用法
 
Dim instance As DefaultSheetDataModel
Dim column As Integer
Dim value As AggregationType
 
instance.SetAggregationType(column, value)
public void SetAggregationType( 
   int column,
   AggregationType value
)

パラメータ

column
列インデックス
value
設定する AggregationType(列挙体値)
例外
例外説明
ParseException指定された値が有効なAggregationTypeではありません。
参照

DefaultSheetDataModel クラス
DefaultSheetDataModel メンバ

 

 


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