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


セルの行
セルの列
セルの集計書式文字列を取得します。
構文
'Declaration
 
Function GetCellAggregationFormat( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As String
'使用法
 
Dim instance As IAggregationSupport
Dim row As Integer
Dim col As Integer
Dim value As String
 
value = instance.GetCellAggregationFormat(row, col)
string GetCellAggregationFormat( 
   int row,
   int col
)

パラメータ

row
セルの行
col
セルの列

戻り値の型

セルの集計書式文字列
参照

IAggregationSupport インタフェース
IAggregationSupport メンバ

 

 


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