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


モデル内のセルの行インデックス
モデル内のセルの列インデックス
セルの書式
指定した行と列にあるセルの書式を設定します。
構文
public void SetCellAggregationFormat( 
   int row,
   int col,
   string format
)
'Declaration
 
Public Sub SetCellAggregationFormat( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal format As String _
) 
 
'使用法
 
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim format As String
 
instance.SetCellAggregationFormat(row, col, format)

パラメータ

row
モデル内のセルの行インデックス
col
モデル内のセルの列インデックス
format
セルの書式
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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