'Declaration
Public Sub SetArray( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal (,) As Object _
)
'使用法
Dim instance As DefaultSheetStyleModel
Dim row As Integer
Dim column As Integer
Dim value() As Object
instance.SetArray(row, column, value)