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


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

パラメータ

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

戻り値の型

セルの書式
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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