'Declaration
Public Function GetCelAggregationType( _
ByVal As Integer, _
ByVal As Integer _
) As AggregationType
'使用法
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim value As AggregationType
value = instance.GetCelAggregationType(row, col)