[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetStyleModel.SetArray

SetArray Method

SetArray(int, int, object[,])

Sets an object array into a specified range of cells in the model.

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 of the start of the range of cells

int column

Column index of the start of the range of cells

object[,] value

Two-dimensional object array[row,column] that contains the values

Implements