'Declaration
Public Function GetCellAggregationFormat( _
ByVal As Integer, _
ByVal 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)