'Declaration
Public Sub SetCellAggregationFormat( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As String _
)
'使用法
Dim instance As AggregationDataModel
Dim row As Integer
Dim col As Integer
Dim format As String
instance.SetCellAggregationFormat(row, col, format)