[]
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(,))
Type | Name | Description |
---|---|---|
int | row | Row index |
int | column | Column index |
object[,] | value | Array from which to set values |