[]
Sets the values in the specified two-dimensional array of objects into the specified range of cells on this sheet.
public void SetArray(int row, int column, object[,] value)
Public Sub SetArray(row As Integer, column As Integer, value As Object(,))