[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.DefaultSheetDataModel.SetArray

SetArray Method

SetArray(int, int, object[,])

Sets an object array into a specified range of cells.

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

SetArray(int, int, object[,], bool)

Sets an object array into a specified range of cells.

Declaration
public void SetArray(int row, int column, object[,] value, bool formula)
Public Sub SetArray(row As Integer, column As Integer, value As Object(,), formula As Boolean)
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

bool formula

If true, set formulas; otherwise, set values.

SetArray(int, int, object[,], bool, ReferenceStyle)

Sets an object array into a specified range of cells.

Declaration
public void SetArray(int row, int column, object[,] value, bool formula, ReferenceStyle referenceStyle)
Public Sub SetArray(row As Integer, column As Integer, value As Object(,), formula As Boolean, referenceStyle As ReferenceStyle)
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

bool formula

If true, set formulas; otherwise, set values.

ReferenceStyle referenceStyle

The reference style of formulas