'Declaration
Public Overrides Sub SetNote( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As String _
)
'使用法
Dim instance As AggregationDataModel
Dim row As Integer
Dim column As Integer
Dim value As String
instance.SetNote(row, column, value)