[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.SetArray

SetArray Method

SetArray(int, int, object[,])

Sets the values in the specified two-dimensional array of objects into the specified range of cells on this sheet.

Declaration
public void SetArray(int row, int column, object[,] value)
Public Sub SetArray(row As Integer, column As Integer, value As Object(,))
Parameters
Type Name Description
int row

Row index

int column

Column index

object[,] value

Array from which to set values